Search

Search

Help

Page 5 of 8. Showing 73 results (0.015 seconds)

  1. cluster.pm

    their studio. # # To use this module: Modify the supervisor's /etc/qb.conf # # Add or change supervisor_queue_binding to: # supervisor_queue_binding = Perl # supervisor_queue_library…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  2. Basic dependencies

    The next step is to understand basic dependencies In this example, we use the job's dependency field to set up a job-based dependency. Job based dependencies are those…
    Qube 6.4May 24, 2013
  3. Basic_Dependancy.py

    = {} # Below defines the name of the Qube! job job['name'] = 'python parent job' # Below defines how many Instances/subjobs the job is to spawn job['cpus
    Qube 6.4 / … / Basic dependenciesApr 11, 2013
  4. jobSubmit01_explained.py

    how many Instances/subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdline…
  5. Basic python job submission I. Single command

    . job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job. # 'cmdline' tells Qube that on the backend, we will execute a single command line…
    Qube 6.4May 24, 2013
  6. jobSubmit05.py

    '] = 'python grandparent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' job['requirements'] = 'host.os=linux' package = {} job['package'] = package job…
    Qube 6.4 / … / PythonNov 08, 2012
  7. jobSubmit03.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…
    Qube 6.4 / … / PythonNov 08, 2012
  8. jobSubmit04.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…
    Qube 6.4 / … / PythonNov 08, 2012
  9. Glossary of Terms

    the information the worker will need to execute the job - what program(s) to run, where the source files are, who's running it, how many cpus it wants, what OS it can run under, all…
    Qube 6.4Mar 12, 2013
  10. qbmodify

    cluster --cpus int Modify jobs with a total of int subjobs --xml Output in XML format --help Command help --version Command version Notes…
    Qube 6.4Oct 17, 2012