Search
Page 22 of 40. Showing 393 results (0.012 seconds)
Custom Supervisor Policy
The policy of a supervisor describe the different controls the administrator which are managed by a plug-in module. This includes checking jobs before they are allowed…qbhist
| | | | | display the history of a job Description qbhist obtains the history of a job as recorded by the Supervisor.. Usage qbhist [options] jobID… | 0…Search Filter
The Search Filter in the Toolbar allows a user to filter the Jobs and Hosts in the JobList and HostList panels. Simply type in words for a string matching and search all…worker_path_map
Synopsis New in v6.4-2 worker_path_map = { "pathA" = "pathB" ... } Specify the path translation map for a worker. Any job that supports path translation (have…qbsubmit.py
# a single job. # ####################################################################### # # Licensed Materials - Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX…Use_simpleCMD.py
creates an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'Maya BatchRender (rib…First Come, First Served (FCFS)
The queue algorithm is a simple first-in, first-out system. Jobs are queued out in the order in which they are submitted. In this queuing scheme, jobs are sorted…I'd like to use the "waitfor" option in MEL
Unfortunately the "waitfor" option isn't something available in the individual APIs however, there is an equivalent field in the job which the "waitfor" option can take…qb_approve_modify($oldjob, $newjob)
Given the 2 jobs, the $oldjob contains the current job information, The new job contains the job after its modification is applied. The function must return 1…but what if I want each client to only submit to a specific group?
To do that, you would need to go back to the cluster, establish worker restrictions, then set the client cluster to submit jobs to the appropriate cluster. 1. You will need…