Search

Search

Help

Page 1 of 49. Showing 484 results (0.014 seconds)

  1. Installing job types

    Installing job types under Qube is simple. Just copy the entire Job Type directory into the types directory under Qube's installation. Windows: C:\Program Files\qube…
    QubeOct 21, 2014
  2. Building job types

    A Qube Job Type is a simple framework for constructing all the code necessary for submission and execution of a job. A Job Type is a framework collection of files…
    QubeOct 15, 2014
  3. Job Types

    The Job Type is one of the most powerful aspects of the Qube Remote Control system. With a Job Type, a developer can separate the application functionality…
    QubeOct 27, 2016
  4. Job type configuration

    The purpose of the job.conf is to describe to Qube the vital statistics about the Job Type, and where to find the auxiliary files for both submission and execution…
    QubeOct 21, 2014
  5. Using the --type and --data with qbsub to submit a job

    Here's a normal command line sleep 1000 qbsub: qbsub sleep 1000 This is how you'd do it with the --data and --type: qbsub --type cmdline --data '(=(cmdline=sleep "1000…
    QubeOct 15, 2014
  6. How do I set my own shared directory for job types?

    Set the worker_template_path for the Worker to point to the directory containing the Job Types. Note, that on Windows, you must use UNC and the path separator is a forward…
    QubeOct 15, 2014
  7. Simple Job Type front end

    Here is an Perl example of a typical job front end that can handle a job that is based on frames. Example use lib ../api/perl; use qb; my %env = %ENV; my $frames = qb…
    QubeOct 15, 2014
  8. Event types

    of a job Table 4: Event Types Published by Scroll Versions from this space and version 7.0-2…
    QubeAug 20, 2018
  9. Simple Job Type back end

    Example There is no need to inform the back end script of the path to the API libraries. use qb; use DBI; my $job = qb::jobobj(); while(1) { my $frame = qb…
    QubeOct 15, 2014
  10. Developing a new Job Type submission interface

    code for the menu item. Update the jobList.py (adds ability to right-click and resubmit) Add along with the other imports: import submitscript Register the jobs
    QubeOct 15, 2014