Changes between Version 43 and Version 44 of WrapperApp


Ignore:
Timestamp:
Mar 13, 2011, 11:34:48 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v43 v44  
    3838        [ <setenv>VARNAME=VAR_VALUE</setenv> ]
    3939        [ <daemon/> ]
     40        [ <append_cmdline_args/> ]
    4041    </task>
    4142    [ ... ]
     
    6667 '''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
    6768 '''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>).
    6870
    6971