Search
Page 6 of 40. Showing 393 results (0.016 seconds)
Specifying a worker's number of job slots
The maximum number of job instances that a Worker can run is specified by the worker_cpus parameter. This value can be set in either the worker's local qb.conf file…How to kill a job on a busy farm
The time that it takes to kill jobs can largely depend on how big your job is (how many subjobs and frames there are), and also on the particular application. When…Job Types (component)
Like most batch queuing systems, one typically submits a job, and the system then executes it on an available host. Typically, a user will craft a command or a script…qb_hostcmp($hosta, $hostb, $job)
is given 2 hosts, "a" and "b" relative to a single job. Although this is not as critical a function as the qb_jobcmp function, the qb_hostcmp comparison function allows…Write Job Submission
to the required locations) Select Submit > Tests > Qube Test (file Write) Job… worddavc2cfaf80db69a6174245a1fccea663ed.png Browse to a network location that the farm has mounted…How to easily kill or remove an entire job process group
deletionCascade.pyQube jobs can belong to a process group, which is normally how a group of jobs define their inter-dependencies. These process groups can be viewed…Basic python job submission II. Frames
Next, we will submit a job with frames, or, in Qube!-speak, "agenda items". Follow the code comments below: # As in the last example, we will need the os, sys, and qb…UI "XSI Job..."
Below are instructions on your first steps submitting XSI jobs with Qube! You will need to install the XSI jobtype Installation: 3dsmax requires the "XSI…How to submit a job to only empty workers, regardless of slot count
It can happen that you want to send jobs to the farm and only have them run on workers that have no other jobs running. This is especially handy if your job will run…Job Reservations
decrement/increment upon acceptance of a job. Reservations are used to reserve these resources prior to execution of a job. These resources are always numeric and are integer based…