Changes between Version 20 and Version 21 of installation_QCG_Broker_Client

Show
Ignore:
Timestamp:
05/20/11 13:57:29 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker_Client

    v20 v21  
    260260||='''cancel_reservation''' =|| `<reservationId>` || releases reserved resources. This functionality is not implemented yet! || 
    261261 
     262 
     263List of Job statuses: 
     264    * UNCOMMITTED - the job was submitted with two phase commit option and waits to be committed, 
     265    * SUBMITTED – the job was submitted to the system and is executed by the system, 
     266    * SUSPENDED – the job was suspended, 
     267    * ACTIVE – the job is active, at least one task is processed, 
     268    * FINISHED – the job was completed, 
     269    * FAILED – the job (at least one crucial task belonging to the job) failed 
     270    * CANCELED – the job was canceled by the user, 
     271    * BROKEN - one or more of crucial tasks failed, system waits until active tasks will finish and change the status of the job to FAILED.|  
     272 
     273List of Task statuses: 
     274    * UNSUBMITTED – the task cannot be started because of dependencies, 
     275    * UNCOMMITED - the task waits to be committed, 
     276    * QUEUED – the task was put into the queue and waits for execution, 
     277    * PREPROCESSING – system makes some actions needed to start the task (looks for the resource, stages in files), 
     278    * PENDING – the task is pending in the queueing-system, 
     279    * RUNNING – the task is active, 
     280    * STOPPED – the task was finished or was checkpointed, but system did not start staging out files, 
     281    * POSTPROCESSING – system makes some actions needed to complete the task, for example stages out files, cleares working environment, etc., 
     282    * FINISHED – the task was completed, 
     283    * SUSPENDED – the task was suspended, 
     284    * FAILED – the task failed, 
     285    * CANCELED – the task was canceled by the user. 
    262286== Usage examples == 
    263287