Search
Page 15 of 25. Showing 243 results (0.012 seconds)
qbsubmit.py
#!/usr/bin/python ####################################################################### # # Example: qb.submit # # Demonstrates usage of the qb.submit routine to submit…jobSubmit_emailCallback.py
the email settings configured job['mailaddress'] = 'yourname@your.address.com' job['callbacks'] = [{'triggers':'done-job-self', 'language':'mail'}] # Submit…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…Python job submission with callbacks
Below, you will find examples showing how to submit jobs with callbacks using the Python API.…Metered License Agent Installation and Setup
from your supervisor and sends it to the Metered License Server (MLS). It may run inside your facility, on a host outside your firewall in a DMZ, or anywhere that can reach both…How to use job dependancies through the submission UI
can submit that job, even though there may be no frames yet available to the compositing package, as long as you submit with dependencies. In the submission dialog, under "Qube…universalCallbacks
Overview Universal callbacks are operations which are automatically attached to every job that is submitted. These are installed by a site administrator either…_restrictionsSyntax
Job Restrictions Syntax Meaning qbsub -cl /private -restr /private Submit a job that will have highest priority in /private and run only in /private qbsub -cl /private…How to limit the number of renders on a host
The easiest thing to do is to submit your jobs with a memory reservation. The reservation will force the Supervisor to look for hosts with the requisite amount of memory…