Search

Search

Help

Page 15 of 111. Showing 1,104 results (0.012 seconds)

  1. Packages

    A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple queuing system, the information on how to execute a job is typically a single string repr…
    Qube 6.5May 06, 2014
  2. worker_journal_location

    Synopsis worker_journal_location = filepath Filepath specifies the physical location of the Worker's journal file. The journal is the Worker's offline storage file containing what jobs it's working on, and the details associated with them. Note: It is vit…
    Qube 6.5Aug 04, 2014
  3. QubeMobileServer Quickstart

    Screen shot 2013-02-26 at 12.25.29 PM.png To run the server, simply run qubeMobileServer (or qubeMobileServer.py with your python interpreter) in a terminal or command prompt. The [internal] URL to connect will be displayed when the server starts. Simply…
    Qube 6.5Apr 29, 2013
  4. Work Agendas

    Qube supports an abstract coordination concept called a work agenda. By definition, it is a list of "things to do". The use of a job agenda allows for the most flexible and dynamic use of processor power, with the use of third party applications such as M…
    Qube 6.5May 06, 2014
  5. Startup and Configuration options

    For this section, most files are relative to the qubeMobileServer executable (be it the python script or compiled binary). It follows, then, that "./" is the location of qubeMobileServer. The following options control how QubeMobileServer runs. They can b…
    Qube 6.5Apr 29, 2013
  6. Job Labels

    _jobLabels The use of labels becomes more apparent in the Callback section of this document.…
    Qube 6.5May 06, 2014
  7. worker_logmode

    Synopsis worker_logmode = mode Mode specifies what job logging action this host is required to take. By default it is set to remote which means that the Worker will transmit the contents of the job log back to the Supervisor so that it may be centrally lo…
    Qube 6.5May 14, 2013
  8. Operation Overview and Examples - Server side

    Typically, one would start the server by simply running: ./qubeMobileServer[.py] (or /path/to/python qubeMobileServer.py) Doing so assumes you have ssl, PyOpenSSL (or a signed certificate) and Mako templates available. Mako templates ship with QubeMobileS…
    Qube 6.5Apr 29, 2013
  9. Custom Queuing Algorithms

    Although Qube! is shipped with several pre-built and optimized queuing algorithms, Qube! also allows developers to take advantage of the research PipelineFX has done in queuing system design to write their own queuing system algorithm. This is a feature h…
    Qube 6.5Oct 22, 2012
  10. worker_logpath

    Synopsis worker_logpath = path Path specifies the log directory which the Worker will create/use the numbered directories for the job's standard output and standard error. Example worker_logpath = /logs/qube Defaults Linux/OSX: /var/spool/qube Windows: C:…
    Qube 6.5Apr 29, 2013