Search

Search

Help

Page 22 of 47. Showing 469 results (0.016 seconds)

  1. 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 / … / PythonOct 15, 2014
  2. 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 / … / PythonOct 15, 2014
  3. _smartShare

    with the URL in which this page is appearing. Overview SmartShare is a feature in which the system automatically expands job instances to fill up idle, or "surplus", worker job slots…
    QubeFeb 01, 2017
  4. SmartShare

    New in Qube 6.6-0 Overview SmartShare is a feature in which the system automatically expands job instances to fill up idle, or "surplus", worker job slots. The expansion…
    QubeFeb 01, 2017
  5. qbunblock

    Move a job from a blocked state into the pending state Description qbunblock requests the Supervisor to unblock a job and make it immediately available for execution…
    QubeNov 12, 2014
  6. Perl API Reference

    qb::block Purpose Sets job state to blocked. Prototype qb::block(ids) Parameters ids a list of job or subjob ids. Results…
    QubeOct 15, 2014
  7. supervisor_default_security

    submit_job 1 0x1 submit new jobs submit_callback 2 0x2 submit jobs with callbacks submit_global_callback 4 0x4 submit jobs with global callbacks General…
    QubeJan 05, 2015
  8. jobSubmit01.py

    qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…
    Qube / … / PythonOct 15, 2014
  9. jobSubmit_emailCallback.py

    #!/usr/bin/python # ====================================================== # Sample script: # job submission with email callback # # PipelineFX, 2007…
    Qube / … / PythonOct 15, 2014
  10. Qube! Basics

    This section describes the basic Qube! components, and then gives a brief overview of what happens when you submit a job. Qube! Components There are three main components…
    QubeOct 13, 2020