Search

Search

Help

Page 15 of 25. Showing 243 results (0.012 seconds)

  1. qbsubmit.py

    #!/usr/bin/python ####################################################################### # # Example: qb.submit # # Demonstrates usage of the qb.submit routine to submit
    Qube / … / PythonOct 15, 2014
  2. jobSubmit_emailCallback.py

    the email settings configured job['mailaddress'] = 'yourname@your.address.com' job['callbacks'] = [{'triggers':'done-job-self', 'language':'mail'}] # Submit
    Qube / … / PythonOct 15, 2014
  3. supervisor_default_cluster

    Synopsis supervisor_default_cluster = cluster Submit jobs to cluster cluster if one is not specified. Example supervisor_default_cluster = /projectx Defaults /…
    QubeJan 05, 2015
  4. 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…
    QubeJan 05, 2015
  5. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API.…
    QubeDec 13, 2014
  6. 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…
    QubeSep 17, 2018
  7. 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…
    QubeOct 15, 2014
  8. universalCallbacks

    Overview Universal callbacks are operations which are automatically attached to every job that is submitted. These are installed by a site administrator either…
    QubeNov 01, 2018
  9. _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…
    QubeSep 24, 2015
  10. 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…
    QubeOct 15, 2014