Search
Page 5 of 8. Showing 79 results (0.026 seconds)
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…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…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…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…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…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…Job Requirements
. host.architecture "intel", "mips" host.name Host name host.groups Comma delimited list of group names host.cluster Cluster specification string…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…framesubmit.pl
"}; } for (qb::submit( { "name" => "Frame Job", "priority" => 1, "prototype" => "frame", "cluster" => "/", # "requirements" => "host.name = qb001 ", "cpus" => 1…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…