Search

Search

Help

Page 6 of 8. Showing 73 results (0.012 seconds)

  1. 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…
    Qube 6.4Oct 17, 2012
  2. jobSubmit06.py

    '); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' package = {} job['package'] = package…
    Qube 6.4 / … / PythonNov 08, 2012
  3. 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…
    Qube 6.4Oct 18, 2012
  4. Submitting jobs through the QubeGUI without displaying a submission dialog

    "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"…
    Qube 6.4May 23, 2013
  5. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  6. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  7. jobSubmit01.py

    qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…
    Qube 6.4 / … / PythonNov 08, 2012
  8. 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
    Qube 6.4Oct 15, 2012
  9. 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…
    Qube 6.4Oct 17, 2012
  10. jobSubmit_cmdrangeOutputPaths.py

    (): # Set basic job properties job = {} job['name'] = 'cmdrange with outputPaths job' job['cpus'] = 1 job['prototype'] = 'cmdrange' job…
    Qube 6.4 / … / PythonNov 08, 2012