Changes between Version 50 and Version 51 of WrapperApp
- Timestamp:
- Apr 14, 2011, 5:28:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v50 v51 36 36 [ <fraction_done_filename>filename</fraction_done_filename> ] 37 37 [ <exec_dir>dirname</exec_dir> ] 38 [ <multi_process/> ] 38 39 [ <setenv>VARNAME=VAR_VALUE</setenv> ] 39 40 [ <daemon/> ] … … 63 64 This is used by the wrapper to report overall fraction done. 64 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. 65 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. 66 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