Changes between Version 54 and Version 55 of WrapperApp
- Timestamp:
- Dec 6, 2011, 12:41:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v54 v55 41 41 [ <append_cmdline_args/> ] 42 42 </task> 43 [ ...]43 [ other <task>s ] 44 44 </job_desc> 45 45 }}} … … 64 64 This is used by the wrapper to report overall fraction done. 65 65 '''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. 67 67 '''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. 68 68 '''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