Changes between Version 43 and Version 44 of WrapperApp
- Timestamp:
- Mar 13, 2011, 11:34:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v43 v44 38 38 [ <setenv>VARNAME=VAR_VALUE</setenv> ] 39 39 [ <daemon/> ] 40 [ <append_cmdline_args/> ] 40 41 </task> 41 42 [ ... ] … … 66 67 '''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 67 68 '''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 69 '''append_cmdline_args''':: if set, the wrapper's command-line arguments are passed to the program (after those in <command_line>). 68 70 69 71