Search

Search

Help

Page 5 of 5. Showing 49 results (0.012 seconds)

  1. Supervisor Configuration

    The primary component in Qube! is the Supervisor. It coordinates between the Workers and the clients, queuing and dispatching jobs, and monitoring the overall health…
    QubeFeb 01, 2017
  2. System-Wide Resource Tracking

    ! is also drawing from the same license pool as Qube!. If the license resources are only in use by Qube!, and are never checked out by users, other queueing systems or automated…
    QubeOct 28, 2015
  3. qbmodify

    Modify jobs in the queue Description qbmodify requests the Supervisor to modify a list of jobs. Usage qbmodify [options] jobID… | 0 where JobID is one or more job…
    QubeNov 12, 2014
  4. qbupdateresource

    external license managers (FlexLM, RLM, MP, etc.). When Qube! competes for licenses or other resources with an "external entity", (be that users or another queuing system…
    QubeNov 20, 2014
  5. qbjobs.pl

    Qube / … / PerlOct 15, 2014
  6. API Functions

    & list) qbbottom Purpose Moves jobs to end of execution order queue. Prototype QB_BOOL qbbottom(QbCommand& cmd, QbJobIdList& jobs) qbcapturehosts…
    QubeFeb 16, 2017
  7. Callbacks

    to allow custom execution of queuing logic depending upon the events which occur during the lifetime of a Qube job or upon pre-defined system events. The use of callbacks can range from…
    QubeSep 14, 2018
  8. qbjobinfo.pl

    ; ############################################################################################################################# sub example1 { # # Given no options, the qb::jobinfo routine returns all jobs in the queue. However it doesn't include # any information on subjobs…
    Qube / … / PerlOct 15, 2014
  9. Perl API Reference

    Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution order queue
    QubeOct 15, 2014