Search

Search

Help

Page 7 of 107. Showing 1,065 results (0.015 seconds)

  1. Properties and Uses

    Execution Properties of a Callback: Always executed on the Supervisor Executed when a 'trigger' is evaluated as true Can be executed more than once Executed under the Qube user permissions of the user who owns the callback Common uses of a callback: Job d…
    Qube 6.4Oct 12, 2012
  2. Event Model

    Qube is an even-driven queuing system. Because of this, Qube inherently tracks common job events. These include events such as when a job starts running, or when a host reports new resources available. The advantage of an event-driven system is that the q…
    Qube 6.4Oct 12, 2012
  3. Packages

    the data to be transmitted to the execution end of the job. Example my $job = { name => "my job" }; my $package = { scenefile => "/my/scene/file/location.ma", outputdir…
    Qube 6.4Oct 22, 2012
  4. Work Agendas

    Qube supports an abstract coordination concept called a work agenda. By definition, it is a list of "things to do". The use of a job agenda allows for the most flexible and dynamic use of processor power, with the use of third party applications such as M…
    Qube 6.4Oct 12, 2012
  5. 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.4Oct 19, 2012
  6. Job Labels

    Qube introduces the concept of job labeling. A job label is a separate field in a Qube job which is used to help other jobs refer to that job without knowing it's process ID. When designing a job dependency graph, developers were previously forced to subm…
    Qube 6.4Oct 22, 2012
  7. Custom Queuing Algorithms

    Although Qube! is shipped with several pre-built and optimized queuing algorithms, Qube! also allows developers to take advantage of the research PipelineFX has done in queuing system design to write their own queuing system algorithm. This is a feature h…
    Qube 6.4Oct 22, 2012
  8. Scripting custom queuing algorithms

    This is done using a script file plug-in written in Perl. The qb.conf setting for this is as follows: supervisor_queue_binding = Perl supervisor_queue_library = plugin_path This document isn't meant to be a tutorial on the Perl scripting language so we wi…
    Qube 6.4Oct 22, 2012
  9. Dynamic Menus

    Dynamically loaded 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. wo…
    Qube 6.4May 23, 2013
  10. Perl API Reference

    qb::block Purpose Sets job state to blocked. Prototype qb::block(ids) Parameters ids a list of job or subjob ids. Results Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution or…
    Qube 6.4Oct 22, 2012