Search

Search

Help

Page 7 of 8. Showing 78 results (0.008 seconds)

  1. qbsub

    string Cluster specification --kind string Job kind --account string Arbitrary accounting data string --user string User account to use Note: needs admin…
    QubeFeb 01, 2017
  2. Job Archive File

    for submitting similar jobs repeatedly. Some of the data recorded in the template archive files can then be overridden at submission time. The contents of a binary job archive file…
    QubeJan 14, 2015
  3. _qubeuiPanelAdministrationDescription

    to be enabled to start loading data, do this with the button shown as 1 in the screen below. The Administration Panel allows you to view supervisor configuration (2) and log (3…
    QubeOct 13, 2020
  4. qbsubmit.py

    () job.name('hello') job.cpus(1); job.prototype('cmdline') job.requirements('host.os=linux') # # Setup generic package data # package = {} # we…
    Qube / … / PythonOct 15, 2014
  5. qbadmin

    . --backup Backups all of the supervisor's data. --find Auto-detects all available supervisors. --configuration Display the configuration for the Supervisor…
    QubeFeb 01, 2017
  6. test_submit.py

    test job' # here's the data we actually want to send to the worker to echo back to us job['package']['testString'] = 'At hostname %s the time at the tone is %s…
    Qube / … / HelloworldOct 15, 2014
  7. _qubeuiPanelJobsDescription

    The Jobs Panel allows you to view and manage lists of jobs submitted to the Qube! farm. Selecting a job in a Jobs Panel will load related data into the other panels…
    QubeOct 13, 2020
  8. Job Structure

    In reality, a job is a large data structure that contains all the information the Supervisor needs to monitor, control, and dispatch a task for a remote host. The actual execution…
    QubeJan 13, 2015
  9. Package_explained.py

    data job['cpus'] = 1 # Below defines the priority the job should be submitted with job['priority'] = 9999 # Below creates an empty package…
  10. API Functions

    qbdecodepackage Purpose Decodes job package from encoded string to data structure. Prototype QbString qbdecodepackage(const QbString& src) qberror…
    QubeFeb 16, 2017