Changes between Version 16 and Version 17 of JobSubmission


Ignore:
Timestamp:
Jun 21, 2011, 1:58:36 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v16 v17  
    2121An input template file has the form
    2222{{{
    23 <file_info>
    24     <number>0</number>
    25     [ <sticky/> ]
    26     [ <nodelete/> ]
    27     [ <report_on_rpc/> ]
    28     [ <url>...</url> ]
    29     [ <url>...</url> ]
    30     [ <md5_cksum>...</md5_cksum> ]
    31     [ <nbytes>...</nbytes> ]
    32 </file_info>
    33 [ ... other files  ]
    34 <workunit>
    35     <file_ref>
    36         <file_number>0</file_number>
    37         <open_name>NAME</open_name>
    38         [ <copy_file/> ]
    39     </file_ref>
    40     [ ... other files ]
    41     [ <command_line>-flags xyz</command_line> ]
    42     [ <rsc_fpops_est>x</rsc_fpops_est> ]
    43     [ <rsc_fpops_bound>x</rsc_fpops_bound> ]
    44     [ <rsc_memory_bound>x</rsc_memory_bound> ]
    45     [ <rsc_disk_bound>x</rsc_disk_bound> ]
    46     [ <delay_bound>x</delay_bound> ]
    47     [ <min_quorum>x</min_quorum> ]
    48     [ <target_nresults>x</target_nresults> ]
    49     [ <max_error_results>x</max_error_results> ]
    50     [ <max_total_results>x</max_total_results> ]
    51     [ <max_success_results>x</max_success_results> ]
    52 </workunit>
     23
     24<input_template>
     25    <file_info>
     26        <number>0</number>
     27        [ <sticky/> ]
     28        [ <nodelete/> ]
     29        [ <report_on_rpc/> ]
     30        [ <url>...</url> ]
     31        [ <url>...</url> ]
     32        [ <md5_cksum>...</md5_cksum> ]
     33        [ <nbytes>...</nbytes> ]
     34    </file_info>
     35    [ ... other files  ]
     36    <workunit>
     37        <file_ref>
     38            <file_number>0</file_number>
     39            <open_name>NAME</open_name>
     40            [ <copy_file/> ]
     41        </file_ref>
     42        [ ... other files ]
     43        [ <command_line>-flags xyz</command_line> ]
     44        [ <rsc_fpops_est>x</rsc_fpops_est> ]
     45        [ <rsc_fpops_bound>x</rsc_fpops_bound> ]
     46        [ <rsc_memory_bound>x</rsc_memory_bound> ]
     47        [ <rsc_disk_bound>x</rsc_disk_bound> ]
     48        [ <delay_bound>x</delay_bound> ]
     49        [ <min_quorum>x</min_quorum> ]
     50        [ <target_nresults>x</target_nresults> ]
     51        [ <max_error_results>x</max_error_results> ]
     52        [ <max_total_results>x</max_total_results> ]
     53        [ <max_success_results>x</max_success_results> ]
     54    </workunit>
     55</input_template>
    5356}}}
    5457Elements and tags must be on separate lines as shown.
     
    8487  If this isn't enough, you can use [FileCompression BOINC file compression] to zip several files into a single file reference for download,
    8588  and expanding them prior to running on the client machine.
    86  * You can optionally enclose the input template in
    87 {{{
    88 <input_template>
    89 ...
    90 </input_template>
    91 }}}
    9289
    9390== Output template files ==
     
    9592An output template file has the form
    9693{{{
    97 <file_info>
    98     <name><OUTFILE_0/></name>
    99     <generated_locally/>
    100     <upload_when_present/>
    101     <max_nbytes>32768</max_nbytes>
    102     <url><UPLOAD_URL/></url>
    103 </file_info>
    104 <result>
    105     <file_ref>
    106         <file_name><OUTFILE_0/></file_name>
    107         <open_name>result.sah</open_name>
    108         [ <copy_file>0|1</copy_file> ]
    109         [ <optional>0|1</optional> ]
    110         [ <no_validate>0|1</no_validate> ]
    111     </file_ref>
    112     [ <report_immediately/> ]
    113 </result>
     94<output_template>
     95    <file_info>
     96        <name><OUTFILE_0/></name>
     97        <generated_locally/>
     98        <upload_when_present/>
     99        <max_nbytes>32768</max_nbytes>
     100        <url><UPLOAD_URL/></url>
     101    </file_info>
     102    <result>
     103        <file_ref>
     104            <file_name><OUTFILE_0/></file_name>
     105            <open_name>result.sah</open_name>
     106            [ <copy_file>0|1</copy_file> ]
     107            [ <optional>0|1</optional> ]
     108            [ <no_validate>0|1</no_validate> ]
     109        </file_ref>
     110        [ <report_immediately/> ]
     111    </result>
     112</output_template>
    114113}}}
    115114