Search

Search

Help

Page 3 of 9. Showing 86 results (0.007 seconds)

  1. qbbottom

    Move a job to the bottom of its priority level Description qbbottom requests the Supervisor to move a job/jobs below other jobs having the same priority. Usage…
    QubeNov 12, 2014
  2. Queuing Algorithms

    . The predefined algorithm names are cluster: Clustering and Job Priority priority: Priority queue: First Come, First Served (FCFS) Custom Algorithms Qube! ships…
    QubeFeb 01, 2017
  3. _restrictionsSyntax

    . A job has preferential priority on a Worker whose cluster matches the job's cluster, but the job is free to run on any Worker in any other cluster, subject to the restrictions…
    QubeSep 24, 2015
  4. _qubeuiPanelJobsDescription

    to the selected job's PGRP. Interrupt: Stop the job immediately, and sets the status back to pending. This is typically used when a high priority job is starved for resources…
    QubeOct 13, 2020
  5. _SimpleCMD_QubeUIQubeBasics

    Qube_Basics.png Job Name This is the name of the job of the job so it can be easily identified in the Qube! UI. Priority Every job in Qube is assigned a numeric…
    QubeOct 13, 2020
  6. qbtop

    Move a job to the top of its priority level Description qbtop requests the Supervisor to move a job/jobs to the top relative to other jobs having the same priority
    QubeNov 12, 2014
  7. 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 / … / PerlOct 15, 2014
  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…
    QubeOct 15, 2014
  9. 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
    QubeOct 15, 2014
  10. 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 / … / PythonOct 15, 2014