Search
Page 17 of 111. Showing 1,104 results (0.015 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
database server. Prototype QB_BOOL qbreset() qbresource Purpose Query Supervisor for list of resources. Prototype QB_BOOL qbresource(QbResourceList…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
"groups": host group membership "stats": host statistics "properties": Worker properties for host "resources": Worker resources for host "restrictions": host restrictions…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