Search

Search

Help

Page 65 of 1,195. Showing 11,950 results (0.019 seconds)

  1. Custom Supervisor Policy

    The policy of a supervisor describe the different controls the administrator which are managed by a plug-in module. This includes checking jobs before they are allowed into the queue. Checking pending job modification to see if it is permissible to make t…
    Qube 6.5Oct 22, 2012
  2. Glossary of Terms

    Qube! Related Terms Agenda: Agenda items (or Frames) refers to the granular list of items to be processed. AppFinder: AppFinder Jobs will "find" a particular version of a 3rd-party application on the worker when the job runs. The submitting user is not re…
    Qube 6.5Mar 12, 2013
  3. Scripting policy

    Policy implementation is done using a script file plug-in written in Perl. The qb.conf setting for this is as follows: supervisor_policy_binding = Perlsupervisor_policy_library = plugin_path This document isn't meant to be a tutorial on the Perl scripting…
    Qube 6.5Oct 22, 2012
  4. 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…
    Qube 6.5Oct 22, 2012
  5. 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.…
    Qube 6.5Oct 12, 2012
  6. Qube 101

    To get started, you can either: refer to the full Installation Guide browse the QuickStart Guide or just download Qube Installer, then install a supervisor, worker, and a client (in that order) Using the Qube Installer Install, Upgrade, or Uninstall using…
    Qube 6.5May 01, 2013
  7. 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.…
    Qube 6.5Oct 12, 2012
  8. QuickStart Guide

    worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube! Quickstart Guide…
    Qube 6.5Oct 19, 2012
  9. 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…
    Qube 6.5Oct 12, 2012
  10. API Functions

    qbbackup Purpose Backup Supervisor state database. Prototype QB_BOOL qbbackup() qbblock Purpose Sets job state to blocked. Prototype QB_BOOL qbblock(QbCommand cmd&, QbJobIdList& jobs) qbblockwork Purpose Blocks work agenda items. Prototype QB_BOOL qbblock…
    Qube 6.5Oct 19, 2012