Search
Page 72 of 111. Showing 1,104 results (0.011 seconds)
qb_startjob_deinit()
This function is called for every thread after executing the qb_hostcmp function.…qb_preemptcmp($runningjob, $candidatejob, $host)
This is a comparison function which is slightly different from the previous cmp functions. This routine is passed the job which the system plans to replace $runningjob and the $host it is running on. The routine is also passed the $candidatejob which is c…Creating a new SimpleCmd
Creating a SimpleCmd and adding it to the QubeGUI is a relatively straight-forward process. Since the QubeGUI will scan the simplecmds directory for any Python files, it will pick up any newly developed files. These files will contain a create() command t…qb_init()0
This function is called for every thread once before executing the algorithm. This is to allow developers to do pre-initialization such as opening a database.…qb_approve_modify($oldjob, $newjob)
Given the 2 jobs, the $oldjob contains the current job information, The new job contains the job after its modification is applied. The function must return 1 if the change is accepted and 0 if the change is to be rejected.…qb_approve_submit($job)
This function is allowed the chance to review the submitted job before insertion into the queue. This allows the developer to enforce things such as accounting information validity or restricting users to specific clusters. The function must return 1 if t…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…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…Modifying Main Menu and Toolbars
Edit the qube.py source file. Search through the file for the menus or toolbars and use those existing entries as a template for customization.…