Changes between Version 41 and Version 42 of WrapperApp


Ignore:
Timestamp:
Feb 24, 2011, 1:52:32 PM (13 years ago)
Author:
carlgt1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v41 v42  
    3737        [ <exec_dir>dirname</exec_dir> ]
    3838        [ <setenv>VARNAME=VAR_VALUE</setenv> ]
     39        [ <daemon/> ]
    3940    </task>
    4041    [ ... ]
     
    6465 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
    6566 '''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
    6668
    6769