Search

Search

Help

Page 2 of 2. Showing 18 results (0.009 seconds)

  1. The Qube callback language code strings

    fail-self kill-self migrate-self preempt-self interrupt-self suspend-self resume-self Agenda-level code block-work-self kill-work-self unblock-work-self retry-work-self…
    Qube 6.4Jan 03, 2013
  2. qbusers

    --submitglobalcallback permit submit global callback --kill permit kill job --remove permit remove job --modify permit modify job --preempt
    Qube 6.4Oct 17, 2012
  3. What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?

    machines. A cluster is a priority scheme that will allow a job to run anywhere there is an available machine, but it could get preempted by a job that has a cluster specification…
    Qube 6.4Nov 05, 2012
  4. execute.py

    ': # preempted -- bail out print 'DEBUG: job %s has been preempted' % subjob['id'] work_status = 0 qb.reportjob('pending') break…
    Qube 6.4 / … / HelloworldNov 08, 2012
  5. qbmodify

    host order specification to string --mtimeout int Modify timeout limit to int seconds --qinterrupt Interrupt the modified jobs --qpreempt Preempt the modified…
    Qube 6.4Oct 17, 2012
  6. Qube 6.4-5 Release Notes

    to be passively preempted) even if there are no more agenda items left to process. ZD: 9132 CL 11054 @CHANGE: made all error messages from the QbDatabaseMySQL class prints…
    Qube 6.4Apr 29, 2013
  7. How to use chunking in the submission UI

    , but the only time a job can be “preempted” in this way is when a chunk is completed and the worker requests another chunk. If the chunks are too large, the opportunities for preemption…
    Qube 6.4Nov 05, 2012
  8. execute.py

    == if agendaItem['status'] in ('complete', 'pending', 'blocked'): # complete -- no more frames # pending -- preempted, so bail out # blocked -- perhaps item…
    Qube 6.4 / … / PyframeNov 08, 2012