Search

Search

Help

Page 2 of 8. Showing 79 results (0.015 seconds)

  1. cluster.pm

    fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  2. 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
  3. 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
  4. qbmodify

    jobs with process ID int --pgrp int Modify jobs in int process group --priority int Modify jobs with int priority --cluster string Modify jobs in string…
    Qube 6.4Oct 17, 2012
  5. qb_jobcmp($joba, $jobb, $host)

    which does take advantage of the host information is the "Cluster" algorithm because it uses the host's cluster value when comparing the 2 jobs. This function is to return 1…
    Qube 6.4Oct 22, 2012
  6. 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
  7. callback3.pl

    job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…
    Qube 6.4 / … / PerlNov 08, 2012
  8. qbbottom

    with process ID int --pgrp int Bottom jobs in int process group --priority int Bottom jobs with int priority --cluster string Bottom jobs in string cluster
    Qube 6.4Oct 17, 2012
  9. algorithm.pm

    fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  10. qbsub

    : % qbsub --priority 5 --export job.qja dir Import job.qja template and submit this template and override the cluster specification to /example: % qbsub --cluster /example --import…
    Qube 6.4Aug 21, 2013