Search

Search

Help

Page 7 of 12. Showing 111 results (0.01 seconds)

  1. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    are python scripts that are read by the GUI during startup & can be modified or created by users. SimpleCmd creation is outside of the scope of this document, but you can start…
    QubeMar 14, 2023
  2. Basic python job submission I. Single command

    . This is the simplest form of job submission. #!/usr/bin/env python3 # Below are required imports for the script to run import os, sys # The next few lines attempt to import…
    QubeOct 13, 2020
  3. Job Dependencies

    On For developers who prefer to use Qube! as a remote procedure mechanism for executing commands and waiting for them to complete before continuing with the execution of their scripts/tools…
    QubeJan 08, 2015
  4. How to install and use Qube from a network location Linux

    into the extracted usr/local/pfx/qube/utils and run the installation scripts as root (or 'sudo') cd usr/local/pfx/qube/utils sudo ./install_client --prefix /mnt/software/qube/6.5…
    QubeOct 15, 2014
  5. bootstrap.py

    #!/bin/env python ################################################################## # # Python development bootstrap script # # $Revision: #1 $ # $Change: 7988…
    Qube / … / HelloworldOct 15, 2014
  6. callback1.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…
    Qube / … / PerlOct 15, 2014
  7. Transferring data from MySQL to PostgreSQL

    with an SSD, every 256 jobs, each with 100 frames, took about 6 seconds to process. That would add up to about 4 minutes to process 10,000 jobs. In this step, you'll be using a script
    QubeApr 14, 2020
  8. Administrator's Guide

    . The Advanced User's Guide discusses managing jobs and other advanced user topics. TDs and other technical users can create their own jobtypes and also script customizations of Qube…
    QubeOct 13, 2020
  9. Worker Logs

    crontab script. Setting the location of the Worker log file Modify the following setting in the Worker qb.conf or qbwrk.conf file on the Supervisor: worker_logfile = logfile…
    QubeFeb 01, 2017
  10. supervisor_queue_algorithm

    Internal=cluster See Also Queuing Algorithms Custom Queuing Algorithms Scripting custom queuing algorithms…
    QubeJan 06, 2015