Changes between Version 69 and Version 70 of WrapperApp


Ignore:
Timestamp:
Nov 30, 2012, 4:19:14 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v69 v70  
    7979  This is used by the wrapper to report overall fraction done.
    8080 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
    81  '''multi_process''':: Include this if the application creates multiple processes.
     81 '''multi_process''':: Include this if the application creates multiple processes.  '''Note: each parent process must wait for its children to exit.'''
    8282 '''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.
    8383 '''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