Search
Page 3 of 8. Showing 79 results (0.013 seconds)
qbtop
with int priority --cluster string Top jobs in string cluster --cpus int Top jobs with a total of int subjobs --xml Output in XML format --help…qbjobs.pl
cluster)) { $cols{$_} = length($_); } } sub tally_col_lengths { my $job = shift; for (qw(name user label priority id pid pgrp cluster cpus status prototype)) { $cols…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_preemptcmp($runningjob, $candidatejob, $host)
The format of the input parameters for jobs and hosts are standard Perl hash structures. $job = { “id” => 1000, “pid” => 1, “pgrp” => 1000, “priority” => 2, “user…qbresume
--pgrp int Resume jobs in int process group --priority int Resume jobs with int priority --cluster string Resume jobs in string cluster --cpus int…supervisor_queue_algorithm
"Perl" or "Internal") of the algorithm, and library is the actual library (path to the custom Perl algorithm file, or "cluster", "priority", or "queue" for internal built…How to use qbwrk.conf
the template method above additional reading : How clustering affects priority and worker selection for jobs Copy below and alter for your environment [render3d01] worker_cluster…What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?
machines. A cluster is a priority scheme that will allow a job to run anywhere there is an available machine, but it could get preempted by a job that has a cluster specification…qbmigrate
priority --cluster string Migrate jobs in string cluster --cpus int Migrate jobs with a total of int subjobs --xml Output in XML format --help Command help…qbpreempt
with int priority --cluster string Preempt jobs in string cluster --cpus int Preempt jobs with a total of int subjobs --xml Output in XML format --help…