Changes between Version 27 and Version 28 of WrapperApp
- Timestamp:
- Jul 24, 2008, 8:59:21 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v27 v28 34 34 '''application''':: The logical name of the application, or 'worker program'. 35 35 '''stdin_filename''', '''stdout_filename''', '''stderr_filename''':: The logical names of the files to which stdin, stdout, and stderr are to be connected (if any). 36 '''command_line''':: command-line arguments to be passed to the worker program. '''wrapper''' itself may be passed command-line arguments (specified in the [ WorkGeneration#templates input template); these are passed to each worker program after those specified in the job file.36 '''command_line''':: command-line arguments to be passed to the worker program. '''wrapper''' itself may be passed command-line arguments (specified in the [WorkGeneration#templates input template]); these are passed to each worker program after those specified in the job file. 37 37 '''weight''':: the contribution of each task to the overall fraction done is proportional to its weight (floating-point, default 1). For example, if your job has tasks A and B, and A uses 100 times more CPU time than B, set A.weight=100 and B.weight=1. 38 38 '''checkpoint_filename''':: the name of the checkpoint file used by the app, if any. When this is modified, the wrapper assumes that a checkpoint has been completed and notifies the core client.