Changes between Version 39 and Version 40 of WrapperApp


Ignore:
Timestamp:
Feb 19, 2011, 11:28:51 PM (13 years ago)
Author:
carlgt1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v39 v40  
    3737        [ <exec_dir>dirname</exec_dir> ]
    3838        [ <setenv>VARNAME=VAR_VALUE</setenv> ]
    39         [ <fraction_done_filename>filename</fraction_done_filename> ]
    4039    </task>
    4140    [ ... ]
     
    6362  periodically write its fraction done (0 to 1).
    6463  This is used by the wrapper to report overall fraction done.
    65 ""exec_dir"":: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
    66 ""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
     64 '''exec_dir''':: The directory to start the application (relative to slot, or use $PROJECT_DIR macro)
     65 '''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
    6766
    6867