Search

Search

Help

Page 3 of 8. Showing 79 results (0.021 seconds)

  1. 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…
    Qube 6.4Oct 17, 2012
  2. WranglerView 6.4-4 Release Notes

    ========================= Fixes ========================= @FIX: job priority field now clamps priority to supervisor_max_priority if that value is lower than…
    Qube 6.4Mar 18, 2013
  3. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  4. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  5. 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…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  6. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  7. 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
    Qube 6.4May 23, 2013
  8. 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…
    Qube 6.4Oct 22, 2012
  9. 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…
    Qube 6.4May 03, 2013
  10. 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…
    Qube 6.4 / … / PerlNov 08, 2012