Changes between Version 25 and Version 26 of WorkGeneration


Ignore:
Timestamp:
Mar 30, 2009, 11:33:15 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v25 v26  
    115115}}}
    116116Mandatory arguments are:
    117     -appname name::
     117    --appname name::
    118118  application name
    119     -wu_name name::
     119    --wu_name name::
    120120        workunit name
    121     -wu_template filename::           
     121    --wu_template filename::           
    122122 WU template filename relative to project root; usually in templates/
    123     -result_template filename::
     123    --result_template filename::
    124124          result template filename, relative to project root; usually in templates/
    125125Optional arguments are:
    126     -batch n::
    127     -priority n::
     126    --batch n::
     127    --priority n::
    128128
    129129The following [JobIn job parameters] may be passed in the input template,
    130130or as command-line arguments to create_work,
    131 or not passed at all (defaults will be used)
    132 
    133     -command_line "-flags foo"::
    134     -rsc_fpops_est x::
    135     -rsc_fpops_bound x::
    136     -rsc_memory_bound x::
    137     -rsc_disk_bound x::
    138     -delay_bound x::
    139     -min_quorum x::
    140     -target_nresults x::
    141     -max_error_results x::
    142     -max_total_results x::
    143     -max_success_results x::
    144     -opaque N::
    145     -additional_xml 'x'::
    146   This can be used to supply, for example, <credit>12.4</credit>.
     131or not passed at all, in which case defaults will be used.
     132
     133    --command_line "-flags foo"::
     134    --rsc_fpops_est x:: FLOPs estimate
     135    --rsc_fpops_bound x::
     136    --rsc_memory_bound x::
     137    --rsc_disk_bound x::
     138    --delay_bound x::
     139    --min_quorum x::
     140    --target_nresults x::
     141    --max_error_results x::
     142    --max_total_results x::
     143    --max_success_results x::
     144    --opaque N::
     145    --additional_xml 'x':: This can be used to supply, for example, <credit>12.4</credit>.
    147146
    148147== Submitting jobs from a C++ program == #cpp-workgen