Search
Page 66 of 1,195. Showing 11,950 results (0.017 seconds)
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,…qb_sudo_admin($user, $job)
If a user is marked as a "sudo" admin, they are given permission to jobs based upon the value return of this function. This creates the most flexible security policy possible since the Qube! administrator is allowed to create control over jobs based upon…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…Installing the Supervisor on OS X
The Qube Installer can be used as an alternative to the steps below. Qube Installer is the recommended installation method. 1. Select qube-core*.dmg, qube-supervisor-*.dmg, and qubegui-*.dmg and right/ctrl click > open to mount the packages worddav5ea1…General Widget Hierarchy
App worddav76d679c00b2103434ac0dabf5812f851.png main frame worddav76d679c00b2103434ac0dabf5812f851.png toolbar worddav76d679c00b2103434ac0dabf5812f851.png menu worddav76d679c00b2103434ac0dabf5812f851.png statusbar worddav76d679c00b2103434ac0dabf5812f851.p…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