Search
Page 7 of 8. Showing 79 results (0.015 seconds)
Launching a filled-in QubeGUI/QubeWranglerView(6.4.+) submission dialog
" Launch the submission dialog for the jobtype "maya", with values already set. qube --submitDict "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus…How to use chunking in the submission UI
. There are efficiencies to be gained by going to a larger chunk size, but there are trade-offs. Qube can shuttle jobs on and off workers to make room for higher priority jobs…framesubmit.py
is a simple Python dictionary reference # # job = { # 'name' : 'job name', # 'priority' : , # 'branch' : '', # 'prototype…Scripting custom queuing algorithms
if not defined will automatically be overridden with the "Priority Queuing Algorithm" defaults. Example scripts can be found the following locations: Linux: /usr/local/pfx/qube/examples…Package_explained.py
data job['cpus'] = 1 # Below defines the priority the job should be submitted with job['priority'] = 9999 # Below creates an empty package…Perl API Reference
if no query): "prototype": job type "ID": job ID "priority": job priority "user": job owner "label": job label "account": job accounting "pid": process ID "pgrp…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…Host Selection
of hosts which qualify. If given a choice, a job is allowed to prefer a particular host based upon its attributes. This is established using the Qube resources and priorities defined…Packages
A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple…framesubmit.pl
reference # # my $job = { # "name" => "job name", # "priority" => , # "branch" => "", # "prototype" => "job type", # "cpus" => 20 # }; # # push @list_of_jobs, $job; # # Included…