Search

Search

Help

Page 21 of 40. Showing 393 results (0.013 seconds)

  1. Package_explained.py

    creates an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'Maya BatchRender (rib…
  2. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job
  3. Event Model

    Qube is an even-driven queuing system. Because of this, Qube inherently tracks common job events. These include events such as when a job starts running, or when a host…
    Qube 6.4Oct 12, 2012
  4. qbstats

    | | | | | display job statistics Description qbstats displays a number of job statistics. Usage qbstats [options] jobID… where JobID is one or more job IDs…
    Qube 6.4Oct 17, 2012
  5. jobsubmit.py

    ="string", default='', metavar="FILE", help='location a job archive .xja file for use with bootstrap.py') parser.add_option("--logdir" , type="string", default='', metavar="DIR…
    Qube 6.4 / … / PyframeNov 08, 2012
  6. jobSubmit01_explained.py

    an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'python test job' # Below defines…
  7. Verification Steps on the Client

    On a representative client machine when logged in as an artist, do the following checks from the QubeGUI: Submit a basic "set" job – This verifies if a very basic job
    Qube 6.4Oct 19, 2012
  8. Filtering

    It should be noted that the "User" filter value is used in two ways: As a display filter: it will filter the list of retrieved jobs that are shown in the job list…
    Qube 6.4Oct 15, 2012
  9. Work Agendas

    Qube supports an abstract coordination concept called a work agenda. By definition, it is a list of "things to do". The use of a job agenda allows for the most flexible…
    Qube 6.4Oct 12, 2012
  10. supervisor_reserve_timeout

    Synopsis supervisor_reserve_timeout = timeout in seconds The timeout value, in seconds, specifies how much time a job is allowed to hold a host in reserve before the job
    Qube 6.4Oct 18, 2012