Search
Page 21 of 40. Showing 393 results (0.013 seconds)
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…deletionCascade.py
#!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…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…qbstats
| | | | | display job statistics Description qbstats displays a number of job statistics. Usage qbstats [options] jobID… where JobID is one or more job IDs…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…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…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…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…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…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…