Search

Search

Help

Page 6 of 107. Showing 1,065 results (0.012 seconds)

  1. qblock

    qblock | qblock | qblock | qblock | qblock | qblock lock available job slots on a Worker host Description qblock locks the available job slots on a Qube! Worker. Usage qblock [options] hostname… where hostname is the name of the host to be locked. It ca…
    Qube 6.4Oct 17, 2012
  2. Development Options

    There are a number of different ways to go about doing tweaks and custom development with Qube. Here is a list of the main ones for Qube. SimpleCmd – This python-based framework is a simple way to way to easily create submission dialog interfaces that gen…
    Qube 6.4Oct 19, 2012
  3. qbunlock

    qbunlock | qbunlock | qbunlock | qbunlock | qbunlock | qbunlock unlock available job slots on a Qube! Worker Description Unlocks the available job slots on a Worker. Usage qbunlock [options] hostname… where hostname is the name of the host to be unlock…
    Qube 6.4Oct 17, 2012
  4. 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 into an interface and an underlying implementation. The interface is the "front end" that registers…
    Qube 6.4Oct 19, 2012
  5. Events

    Breaking down the event specification syntax, is generalized into these 4 parts: --- Some simple example callback triggers are: complete-job-self: called when this job is complete done-job-self: called when this job is complete…
    Qube 6.4Sep 27, 2013
  6. qbusers

    qbusers | qbusers | qbusers | Permission Codes | qbusers | qbusers | qbusers modifies the user permissions for an individual user Description Modifies the user permissions for an individual user. To modify the default permissions for all users not explici…
    Qube 6.4Oct 17, 2012
  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::genframes("1-300"); my $data = { "env" = \%env, "cmdline" = /bin/sleep . int(rand(40) +…
    Qube 6.4Oct 22, 2012
  8. 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::requestwork(); last if ($frame->{"status"} eq "complete"); if ($frame->{"status"} eq "blocked")…
    Qube 6.4Oct 22, 2012
  9. 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 that are used to describe the properties of a job. In order to keep things in the same place…
    Qube 6.4Oct 19, 2012
  10. C++ API Reference

    class QbCallbackList Description Class for a list of QbCallback objects. Instance Methods QbCallbackList::type Purpose Returns the list type ID. Prototype virtual QB_INT type() Parameters None Result QB_CALLBACKLIST_PACKID Comments class QbCo…
    Qube 6.4Oct 22, 2012