Search
Page 3 of 8. Showing 79 results (0.021 seconds)
qbtop
qbtop | qbtop | qbtop | qbtop | qbtop | qbtop move a job to the top of its priority level Description qbtop requests the Supervisor to move a job/jobs to the top…WranglerView 6.4-4 Release Notes
========================= Fixes ========================= @FIX: job priority field now clamps priority to supervisor_max_priority if that value is lower than…callback2.pl
$job_first = { # we'll name the first job.... "first job". "name" => "first job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", # set…submit-p-agenda-job.pl
at a higher priority than the rest. This is # typically used to render a few frames of an animation sequence at a higher # priority, to provide a fast turn around for a quick preview…cluster.pm
on how to write a 'priority scheme' replacement # module. # # This is specifically designed to allow Qube! administrators to create their own # priority scheme which best fits…submit-p-agenda-job.py
may request that some of # the agenda items be processed at a higher priority than the rest. This is # typically used to render a few frames of an animation sequence at a higher…First Come, First Served (FCFS)
by their IDs, so jobs with lower IDs will be dispatched to run before jobs with higher IDs. If priority and cluster specification are the same, the job ID will be used to determine priority…qb_hostcmp($hosta, $hostb, $job)
the developer to sort the hosts compared to a job based upon which host the job prefers. This function is to return 1 if $hosta is greater in priority than $hostb, 0 if the hosts are equal…Job and Host Assignment
with the supervisor_queue_algorithm parameter The default sorting criteria are: job cluster: jobs whose cluster matches the worker's are moved to the top of the list job priority: priority is used…callback1.pl
job # my $job_first = { # we'll name the first job.... "first job". "name" => "first job", # set the priority and cluster (not required) "priority" => 10, "cluster…