Search

Search

Help

Page 5 of 8. Showing 79 results (0.026 seconds)

  1. qbkill

    --pid int Kill jobs with process ID int --pgrp int Kill jobs in process group int --priority int Kill jobs with priority value int --cluster string Kill…
    Qube 6.4Oct 17, 2012
  2. qb_sudo_admin($user, $job)

    possible since the Qube! administrator is allowed to create control over jobs based upon any property of the job. Such as the job's priority or cluster values. For information on how…
    Qube 6.4Oct 12, 2012
  3. Perl API Reference

    }/api/perl"; use qb; my $job = { "name" => "job name", "priority" => "12433", "cluster" => "/project/rnd", "requirements" => "host.name == qb003 \ and host.os eq Linux", "prototype…
    Qube 6.4Oct 22, 2012
  4. Parameters

    : collection of Workers that the job can run on. Cluster: Job will have priority to run on the Workers that are in this (Priority) Cluster. It does not restrict the Job from only running…
    Qube 6.4Mar 11, 2013
  5. Glossary of Terms

    ). These interfaces include the QubeGUI, commandline, and some job-specific in-application interfaces. Cluster: The clusters in a Qube farm are laid out in a tree-like structure. In the same…
    Qube 6.4Mar 12, 2013
  6. Host Selection

    % qbsub --omithosts "qb001,qb002" command Host Groups Qube allows the administrator to organize the farm into clusters or host groups. These groups have no hierarchy, and hosts…
    Qube 6.4Jan 08, 2013
  7. Job Requirements

    . host.architecture "intel", "mips" host.name Host name host.groups Comma delimited list of group names host.cluster Cluster specification string…
    Qube 6.4Feb 26, 2013
  8. qbjobinfo.pl

    , $filter); # # # This is a partial list of all fields you may search with: # # name type # id INTEGER # pid INTEGER # pgrp INTEGER # cluster STRING # priority
    Qube 6.4 / … / PerlNov 08, 2012
  9. framesubmit.pl

    "}; } for (qb::submit( { "name" => "Frame Job", "priority" => 1, "prototype" => "frame", "cluster" => "/", # "requirements" => "host.name = qb001 ", "cpus" => 1…
    Qube 6.4 / … / PerlNov 08, 2012
  10. supervisor_max_priority

    Synopsis supervisor_max_priority = priority Priority is the maximum numeric priority the Supervisor will allow users to specify. Jobs which are set above this number…
    Qube 6.4Oct 18, 2012