Search

Search

Help

Page 15 of 1,195. Showing 11,950 results (0.016 seconds)

  1. 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
  2. qb_init()

    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.4Oct 12, 2012
  3. qb_starthost_init()

    This function is called for every thread before executing the qb_jobcmp() function.…
    Qube 6.4Oct 12, 2012
  4. Callback languages

    The supported languages in Qube for callbacks are: Perl Python Qube - See also The Qube callback language code strings…
    Qube 6.4Jan 03, 2013
  5. Disable Firewall

    Click on the start bar and type in "firewall" in the search Click on the link to "Windows Firewall" http://64.91.226.64:8090/download/attachments/950527/worddav6fcdebab488b9030926138110a61bdeb.png?version=1&modificationDate=1349858655000&effects=drop-sha…
    Qube 6.4Oct 12, 2012
  6. qb_jobcmp($joba, $jobb, $host)

    This is a comparison function similar to that used in the Perl "sort" routine. @items = sort { $a <=> $b } @items; The comparison function is given 2 jobs, "a" and "b" relative to a single host. For queuing algorithms which don't take the host's propertie…
    Qube 6.4Oct 22, 2012
  7. Callback execution environment

    Some things to note regarding the environment in which the callbacks execute: Callbacks are executed on the supervisor host, from inside a supervisor process. Any file paths referenced in the callback code should be valid on the supervisor host. Print sta…
    Qube 6.4Oct 12, 2012
  8. Disable Firewall XP

    Open the Start menu and select the Control Panel. http://64.91.226.64:8090/download/attachments/950532/worddavdb1c349377240f31898be50241f8668b.png?version=1&modificationDate=1349858656000 In Classic View of Control Panel appears and double-click the Windo…
    Qube 6.4Oct 16, 2012
  9. qb_starthost_deinit()

    This function is called for every thread after executing the qb_jobcmp() function.…
    Qube 6.4Oct 12, 2012
  10. Triggers

    A trigger is a series of callback events linked by logical operators into an expression. If the expression is evaluated and the result is found to be true, the callback is said to have been triggered. Developers writing callbacks should be aware that call…
    Qube 6.4May 23, 2013