Changes between Version 7 and Version 8 of installation_QCG_Broker_Client
- Timestamp:
- 05/18/11 18:03:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Broker_Client
v7 v8 226 226 227 227 ||= '''Operation''' =||= '''Arguments''' =||= '''Description''' =|| 228 ||='''submit_job''' =|| `<desc_file>` (GRMS or JSDL) || submits a job to be executed. The description of job can be expressed either in native QCG-Broker language or if it is possible in JSDL one. If the description is valid client returns to the user a globally unique job identifier, which unambiguously identifies the job in the system. QCG defines jobs as a sets of dependent tasks that constitute a logical whole (workflow). Each task is executed by system only if all tasks it depends on are in specified by the user states. || 228 ||='''submit_job''' =|| `<desc_file>` (GRMS or JSDL) || submits a job to be executed. The description of job can be expressed either in native QCG-Broker language or if it is possible in JSDL one. If the description is valid client returns to the user a globally unique job identifier, which unambiguously identifies the job in the system. QCG defines jobs as a sets of dependent tasks that constitute a logical whole (workflow). Each task is executed by system only if all tasks it depends on are in specified by the user states. || 229 229 ||='''list_jobs''' =|| `[<limit>]` `[<status>]` || lists jobs belonging to the `user`. It is possible either to `limit` number of jobs or to display only ones in given state. All possible states are listed below the table. || 230 230 ||='''list_user_jobs''' =|| `[<limit>]` `[<status>]` `<user>` || lists jobs belonging to the given `user`. The functionality is destined for administrative purposes. || 231 231 ||='''test_description''' =|| `<desc_file>` (GRMS or JSDL) || validates job description || 232 232 ||='''translate_description''' =|| `<desc_file>` JSDL || translates job description to native QCG-Broker one || 233 233 234 ||='''job_info''' =|| `<jobId>` `[<showJobDesc>]` || return complex information about the given job. If the `showJobDesc is` `false` the job description is not shown || 234 235 ||='''cancel_job''' =|| `<jobId>` || cancels execution of the given job ||