Changes between Version 40 and Version 41 of JobSubmission


Ignore:
Timestamp:
Jan 13, 2017, 12:34:59 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobSubmission

    v40 v41  
    6363=== Creating multiple jobs ===
    6464
    65 The '''--stdin''' option lets you create many jobs in a single invocation of the '''create_work''' script,
    66 greatly increasing the efficiency of creating large batches of jobs.
     65The '''--stdin''' option lets you create many jobs with a single invocation of '''create_work''',
     66increasing the efficiency of creating large batches of jobs.
    6767
    6868Descriptions of the jobs are read from standard input.
     
    7171 --wu_name:: the job name
    7272 --broadcast, --target_host, etc.:: [AssignedWork assign or broadcast this job].
     73 --wu_template_filename:: input template file
     74 --result_template_filename:: output template file
    7375
    7476The remaining items specify input files:
     
    138140    char name[1024];     // physical name
    139141};
    140 
    141 
    142142}}}