Changes between Version 42 and Version 43 of WrapperApp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v42 v43  
    6565 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
    6666 '''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
     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
    6868
    6969