Search
Page 32 of 40. Showing 393 results (0.019 seconds)
Extra fields
The extra in the event specification refers to the type of event. Each type of event may require additional information. In the case of the job, it requires nothing more…Execution back end
When designing the Job Type, the developer must decide on both the method to execute the job, and the name of the file to bind. Example Specifying a file binding…Workers (Render Nodes)
Workers are daemons (or services in Windows) running on each execution host, that is, each host that is configured to execute jobs under the Qube management system. While…execute.py
import sys import pprint import subprocess import datetime import qb def initJob(): # Get the job object jobObject = qb.jobobj() # Gather and print the job object…qbupdateresource
, calls qbupdateresources to inform the Supervisor of the new counts. For example: you own 100 prman licenses Qube is configured to allow up to 100 prman job instances to be running…Scripting custom queuing algorithms
, $hostb, $job) qb_startjob_deinit() qb_rejectjob($job, $host) qb_preemptjob_init() qb_preemptcmp($runningjob, $candidatejob, $host) qb_preemptjob_deinit() A function…Scripting policy
, the developer must create a Perl module with the following Perl functions: qb_init() qb_approve_modify($oldjob, $newjob) qb_approve_submit($job) qb_calcstatus($subjobstatus…callback4.pl
#!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…supervisor_default_cluster
Synopsis supervisor_default_cluster = cluster Submit jobs to cluster cluster if one is not specified. Example supervisor_default_cluster = /projectx Defaults /…supervisor_default_priority
Synopsis supervisor_default_priority = priority Submit jobs at priority if the job's priority has not been defined. Example supervisor_default_priority = 9000 Defaults…