Changes between Version 40 and Version 41 of JobSubmission
- Timestamp:
- Jan 13, 2017, 12:34:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v40 v41 63 63 === Creating multiple jobs === 64 64 65 The '''--stdin''' option lets you create many jobs in a single invocation of the '''create_work''' script,66 greatlyincreasing the efficiency of creating large batches of jobs.65 The '''--stdin''' option lets you create many jobs with a single invocation of '''create_work''', 66 increasing the efficiency of creating large batches of jobs. 67 67 68 68 Descriptions of the jobs are read from standard input. … … 71 71 --wu_name:: the job name 72 72 --broadcast, --target_host, etc.:: [AssignedWork assign or broadcast this job]. 73 --wu_template_filename:: input template file 74 --result_template_filename:: output template file 73 75 74 76 The remaining items specify input files: … … 138 140 char name[1024]; // physical name 139 141 }; 140 141 142 142 }}}