Changes between Version 50 and Version 51 of WrapperApp


Ignore:
Timestamp:
Apr 14, 2011, 5:28:06 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v50 v51  
    3636        [ <fraction_done_filename>filename</fraction_done_filename> ]
    3737        [ <exec_dir>dirname</exec_dir> ]
     38        [ <multi_process/> ]
    3839        [ <setenv>VARNAME=VAR_VALUE</setenv> ]
    3940        [ <daemon/> ]
     
    6364  This is used by the wrapper to report overall fraction done.
    6465 '''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.
    6567 '''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.
    6668 '''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