Changes between Version 97 and Version 98 of WrapperApp


Ignore:
Timestamp:
May 18, 2016, 3:16:50 AM (8 years ago)
Author:
Christian Beer
Comment:

clarify boinc_resolve() substitution

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v97 v98  
    7575 '''command_line''':: command-line arguments to be passed to the worker program.
    7676  This string is macro-substituted as follows:
    77  * $NTHREADS is replaced with the number of CPUs the client is allocating for this job.
    78  * $GPU_DEVICE_NUM is replaced with the device number of the GPU allocated to this job.
    79  * $PROJECT_DIR is replaced with the absolute path of the project directory.
    80  * $PWD is replaced with the absolute path of the current working directory.
    81  * boinc_resolve(foo) is replaced with the return value of boinc_resolve_filename(foo) which eliminates the need to use the <copy_file/> attribute for foo.
     77 * ''$NTHREADS'' is replaced with the number of CPUs the client is allocating for this job.
     78 * ''$GPU_DEVICE_NUM'' is replaced with the device number of the GPU allocated to this job.
     79 * ''$PROJECT_DIR'' is replaced with the absolute path of the project directory.
     80 * ''$PWD'' is replaced with the absolute path of the current working directory.
     81 * ''boinc_resolve(foo)'' is replaced with the return value of ''boinc_resolve_filename(foo)'' which eliminates the need to use the ''<copy_file/>'' attribute for foo. '''Note:''' This substitution happens right before the execution of this task on the whole commandline especially with the parts added via ''<append_cmdline_args/>''. This is different to the other substitutions which happen when the wrapper reads job.xml at startup.
    8282 '''weight''':: the contribution of each task to the overall fraction done
    8383  is proportional to its weight (floating-point, default 1).