Changes between Version 47 and Version 48 of WrapperApp
- Timestamp:
- Mar 14, 2011, 12:12:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v47 v48 53 53 '''stdin_filename''', '''stdout_filename''', '''stderr_filename''':: The logical names of the files to which 54 54 stdin, stdout, and stderr are to be connected (if any). 55 '''command_line''':: command-line arguments to be passed to the worker program. '''wrapper''' itself may be passed command-line arguments 56 (specified in the [WorkGeneration#templates input template]); 57 these are passed to each worker program after those specified in the job file. 55 '''command_line''':: command-line arguments to be passed to the worker program. 58 56 '''weight''':: the contribution of each task to the overall fraction done 59 57 is proportional to its weight (floating-point, default 1). … … 70 68 '''setenv''':: Environmental variable needed for the applications run-time environment - you can have more than one <setenv> entry, use the VARNAME=VAR_VALUE form, e.g. LD_LIBRARY_PATH=$PROJECT_DIR:$LD_LIBRARY_PATH 71 69 '''daemon''':: Denotes that this task is a 'daemon' process that should run in the background asynchronously while the other tasks are run sequentially. The wrapper will shut down this daemon when the last task has exited 72 '''append_cmdline_args''':: if set, the wrapper's command-line arguments are passed to the program (after those in <command_line>).70 '''append_cmdline_args''':: if set, the wrapper's command-line arguments (specified in the [WorkGeneration#templates input template]) are passed to the program, after those in <command_line>. 73 71 74 72 The job file can specify multiple tasks.