Changes between Version 54 and Version 55 of WrapperApp


Ignore:
Timestamp:
Dec 6, 2011, 12:41:15 AM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v54 v55  
    4141        [ <append_cmdline_args/> ]
    4242    </task>
    43     [ ... ]
     43    [ other <task>s ]
    4444</job_desc>
    4545}}}
     
    6464  This is used by the wrapper to report overall fraction done.
    6565 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
    66  '''multi_process''': Include this if the application creates multiple processes.
     66 '''multi_process''':: Include this if the application creates multiple processes.
    6767 '''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.  You can also use the $NTHREADS macro if you have an environment variable that needs the number of threads or processes to launch.
    6868 '''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