Search
Page 26 of 47. Showing 469 results (0.017 seconds)
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…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…_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…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…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…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…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…deletionCascade.py
#!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…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…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…