Search
Page 2 of 8. Showing 79 results (0.015 seconds)
cluster.pm
fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…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…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…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…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…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…callback3.pl
job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…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…algorithm.pm
fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…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…