Search

Search

Help

Page 26 of 47. Showing 469 results (0.017 seconds)

  1. Log Files

    are an important means to troubleshoot problems, and they serve to document executed jobs. You should make sure you have enough disk capacity to properly store logs. During the course…
    QubeFeb 01, 2017
  2. framesubmit.pl

    . # ##################################################################################### # # This script is an example of how one may create a job that uses frames # as the atomic element in a job. # # Remember, this can easily be adapted for jobs which break up its…
    Qube / … / PerlOct 15, 2014
  3. _qubeuiPanelJobsTreeStructureAddCustomLevelHowTo

    It is possible to write your own Level Functions using Python, but first some definitions so we're on the same page. Level Function Level Functions define the job tree…
    QubeOct 13, 2020
  4. Priority

    , a job with priority 1 will have a higher priority than a job with priority 10. The default priority of all jobs is set in the Supervisor configuration, like so…
    QubeFeb 01, 2017
  5. Filter by status

    The simplest but least powerful way to cut down the number of jobs in your job list is to use the status toggles. If a status toggle button has a green light lit…
    QubeOct 13, 2020
  6. jobsubmit-work-mail-callback.pl

    ; # # setup the hash for the job # my $FRAME_RANGE = "1-3"; my $frames = qb::genframes($FRAME_RANGE); my $job = { "name" => "test job", # set the job type "prototype" => "cmdrange…
    Qube / … / PerlOct 15, 2014
  7. What does a job's 'instance count' and the 'host.processors=X' reservation mean with respect to machine cores?

    Qube does not explicitly restrict a job to run on a particular core, it leaves that up to the applications to determine. If this is the case, then what do these terms used…
    QubeOct 15, 2014
  8. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job
  9. 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
  10. How to use clustering for workers

    to the /post cluster, and some to the /promo cluster (Qube! workers - your render nodes - belong to 1 and only 1 cluster). Users would submit their jobs to either the /post cluster…
    QubeFeb 01, 2017