Changes between Version 6 and Version 7 of WrapperApp


Ignore:
Timestamp:
May 11, 2007, 4:24:36 AM (17 years ago)
Author:
Christian Beer
Comment:

added debugging info

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v6 v7  
    9595 * TODO: provide a way for projects to supply an animated GIF which is shown (with user/team credit text) as screensaver graphics.
    9696 * 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.
    9798 * The general form of the job file is:
    9899{{{
     
    119120The 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.
    120121
    121 When the worker program finishes, the wrapper sees this and exits. Then the the BOINC core client copies slot/out to project/worker_nodelete_1.
     122When the worker program finishes, the wrapper sees this and exits. Then the BOINC core client copies slot/out to project/worker_nodelete_1.
    122123