Search
Page 17 of 111. Showing 1,104 results (0.023 seconds)
C++ API Reference
class QbCallbackList Description Class for a list of QbCallback objects. Instance Methods QbCallbackList::type Purpose Returns the list type ID. Prototype virtual QB_INT type() Parameters None Result QB_CALLBACKLIST_PACKID Comments class QbCo…QuickStart Guide
worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube! Quickstart Guide…API Functions
qbbackup Purpose Backup Supervisor state database. Prototype QB_BOOL qbbackup() qbblock Purpose Sets job state to blocked. Prototype QB_BOOL qbblock(QbCommand cmd&, QbJobIdList& jobs) qbblockwork Purpose Blocks work agenda items. Prototype QB_BOOL qbblock…Introduction and Overview
The parts of Qube! A Qube farm has 3 main components: The Qube! clients, machines that submit jobs. Typically these are artists' or end-users' workstations. The Qube! workers, machines that run jobs. A client can also be a worker. The Qube! supervisor,…Customizing the Qube GUI
QubeGUI is essentially a set of Python scripts that calls upon the qb Python API module to interface with the Qube Supervisor. It uses platform-independent wxPython to support the GUI module. This means that the GUI is will run on Windows, Mac OS X, and L…Requirements Checklist
Please ensure the below requirements are met before continuing with this guide All computers with OS installed, licensed, and networked. Hostname resolution (DNS) working properly on all computers. Authentication infrastructure installed and working: NIS…Perl API Reference
qb::block Purpose Sets job state to blocked. Prototype qb::block(ids) Parameters ids a list of job or subjob ids. Results Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution or…Architecture
The development of QubeGUI is modular—each Python file can be run on its own. The main Python script (qube.py) refers to the other Python files. Signals are used to communicate between the different GUI components so that the components are are not codepe…Variables available for expansion in supervisor's mailed reports
Job-specific variables HOST JOB_ACCOUNT JOB_CLUSTER JOB_CPUS JOB_DATA JOB_DOMAIN JOB_FLAGS JOB_GLOBALORDER JOB_GROUPS JOB_HOSTORDER JOB_HOSTS JOB_ID JOB_KIND JOB_LABEL JOB_LOCALORDER JOB_NAME JOB_OMITGROUPS JOB_OMITHOSTS JOB_PACKAGE JOB_PGRP JOB_PID JOB_P…Customizing the QubeGUI