Search
Page 6 of 8. Showing 73 results (0.012 seconds)
qbpreempt
qbpreempt requests the Supervisor to tell a job to release its host if and when it can do so without wasting CPU time. The job will be removed from the host when it finishes the frame…jobSubmit06.py
'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…supervisor_max_worker_requeue
available CPUs. It will continue to make the attempts every 4 minutes until the retries attempts have been made and give up on that host until the next event, either a job submission…Submitting jobs through the QubeGUI without displaying a submission dialog
"{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"…jobSubmit02.py
('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 4…jobArchive01.py
'); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…jobSubmit01.py
qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…Launching a filled-in QubeGUI/QubeWranglerView(6.4.+) submission dialog
" Launch the submission dialog for the jobtype "maya", with values already set. qube --submitDict "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus…qbresume
--pgrp int Resume jobs in int process group --priority int Resume jobs with int priority --cluster string Resume jobs in string cluster --cpus int…jobSubmit_cmdrangeOutputPaths.py
(): # Set basic job properties job = {} job['name'] = 'cmdrange with outputPaths job' job['cpus'] = 1 job['prototype'] = 'cmdrange' job…