Search
Page 3 of 107. Showing 1,065 results (0.012 seconds)
User Permissions View
The Admin Layout allows Qube Administrators to view and modify default user and user permissions for Qube actions. userPermsView.png A colon delimits between the user and groups. A full list of permissions are provided under the Permissions column, where…Job Priority
Numerical Priority Every job in Qube is assigned a numeric priority. Priority 1 is higher than priority 100. This is similar to 1st place, 2nd place, 3rd place, etc. The default priority assigned to a job is 9999. Example % qbsub --priority 10 sleep 100 P…Menus
[New in Qube 6.1] All the main and popup menus are dynamically loaded and exposed to the user. This allows one add, remove, or tweak the menu items in the interface. The default menus are stored under the simplecmds/ directory. See the "Developer" manual…Host Selection
There are several way to control which hosts the supervisor will select when deciding where to start job instances on the farm. Hosts: Send only to an explicit set of workers Host Groups: Send only to an explicit pre-defined group of workers Host Order: S…Job Dependencies
Job Parents Qube allows parent/child relationships between jobs. This does not imply dependency. With proper use of callbacks, it can be used to set up complex abstract dependencies, without the use of process groups. Qube allows the user to specify the p…Command-line options
The QubeGUI can also be run directly from the commandline. The default location of the executable to call is platform dependent. Wndows 32-bit:C:\Program Files\pfx\qube\bin\qube.exe Windows 64-bit:C:\Program Files (x86)\pfx\qube\bin\qube.exe OSX:/Applicat…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,…Search Filter
The Search Filter in the Toolbar allows a user to filter the Jobs and Hosts in the JobList and HostList panels. Simply type in words for a string matching and search all fields specified in the Preferences under "Search Field Customization". Search Histor…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…Job Submission Dialog
Jobs are submitted from the QubeGUI using the items under the Submit menu. Selecting one will launch a modal submission dialog with the standard framework and job-specific parameters. Specify the fields and then press the "Submit" button to submit the job…