Changes between Version 7 and Version 8 of RemoteJobs
- Timestamp:
- Jun 19, 2011, 2:06:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v7 v8 87 87 88 88 The jobs in a batch are numbered starting from 0. 89 The name of a job is '''batch_ID_N'''90 where ID is the batch ID and N is the number of the job.91 89 92 90 Input: … … 94 92 <query_job> 95 93 <authenticator>X</authenticator> 96 <name>X</name> 94 <batch_id>N</batch_id> 95 <job_num>M</job_num> 97 96 </query_job> 98 97 }}}