Search

Search

Help

Page 18 of 19. Showing 189 results (0.019 seconds)

  1. _licenseInstallation

    start the Qube! UI with "Run as Administrator", even when you are logged in as an admin-equivalent or local administrator. This is due to Window's "elevated privileges" security…
    QubeOct 13, 2020
  2. Metered Licensing

    Screen Shot 2017-08-07 at 3.21.50 PM.png Metered Licensing is new in Qube 6.9-0 Quick Start Create the necessary accounts on the Metered Licensing portal create…
    QubeNov 04, 2020
  3. Auto-Wrangling

    ) { if (the worker hasn't completed any frame it has been assigned so far) { if (other workers are completing frames from this job) { Worker is faulty, so lock…
    QubeFeb 01, 2017
  4. Centralized Worker Configuration

    the Supervisor. No Supervisor or Worker restart is necessary. Any Workers not currently running will receive the changes when they next start up. central_worker_config_UI.png…
    QubeFeb 01, 2017
  5. universalCallbacks

    , associating each implementation file to a trigger event. The syntax is: # lines starting with a hash mark are comments filename = trigger The filename points to a file in the same…
    QubeNov 01, 2018
  6. Basic python job submission I. Single command

    to start, so we will only submit lists of jobs. It is, however, perfectly # acceptable to qb.submit(job) listOfSubmittedJobs = qb.submit(listOfJobsToSubmit) for job…
    QubeOct 13, 2020
  7. Worker Locking

    for computing at night, but not during the day. It can be quite inconvenient to start and stop the Qube! Worker every day. It would be better if there were a way to simply tag Workers…
    QubeFeb 01, 2017
  8. How to install and use Qube from a network location Linux

    already exists. Not copying any file from skel directory into it. Creating mailbox file: File exists Starting worker: Done! Remember to configure the worker using its /etc/qb.conf file…
    QubeOct 15, 2014
  9. How to configure the supervisor to send mail

    . ================================================================================== jburk$ qbadmin s --emailtest START RECV(l=70) data=[220 omta16.emeryville.ca.mail.comcast.net comcast ESMTP server ready ] SENT HELO jburk-17-mbPro.local RECV(l=84) data=[250…
    QubeFeb 01, 2017
  10. algorithm.pm

    ->{id}; } sub qb_hostcmp { my $hosta = shift; my $hostb = shift; my $job = shift; # # since the hosts which start with 'qb' are the faster hosts on our farm, # we'll use…
    Qube / … / Supervisor AlgorithmsOct 15, 2014