Search
Page 3 of 1,195. Showing 11,950 results (0.016 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…Studio-wide Preferences and Defaults - external preference files
An administrator can set up preferences and defaults to be used by the entire studio. To save off an external Preferences file based on the current preferences of the QubeGUI, select "File->Save External Preference File…". These external preference files…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…Studio-wide Preferences
To reference an external preferences file as the Studio Preferences file, do one of the following: In the Preferences Dialog, fill in the Studio Overrides Prefs field to point to that file. From the commandline, launch the QubeGUI (qube) with the commandl…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…File Menu
Preferences - Open the Preferences dialog for the QubeGUI. This is different from the Client, Supervisor, and Worker configuration (Administration->Configure). On OSX this is seen under the "Qube" menu Save Preferences - Store the QubeGUI Preferences for…Studio-wide Defaults
To reference an external preferences file as the Studio Defaults file, do one of the following: In the Preferences Dialog, fill in the Studio Defaults Prefs field to point to that file. From the commandline, launch the QubeGUI (qube) with the commandline…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…View Menu
Refresh - Refresh all the filtered Jobs, Hosts, and User information. Retrieves only newer information if using the MySQL direct query. Refresh Selected - Refresh only the selected Jobs. Retrieves only newer information if using the MySQL direct query. Re…