Changes between Version 41 and Version 42 of WrapperApp
- Timestamp:
- Feb 24, 2011, 1:52:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v41 v42 37 37 [ <exec_dir>dirname</exec_dir> ] 38 38 [ <setenv>VARNAME=VAR_VALUE</setenv> ] 39 [ <daemon/> ] 39 40 </task> 40 41 [ ... ] … … 64 65 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro) 65 66 '''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 ''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 66 68 67 69