Search
Page 6 of 8. Showing 79 results (0.012 seconds)
Modifying Job
One can modify many of the job properties like priority, number of processes to run, notes, and many others. One can do this from the commandline, API, or GUI. From the GUI…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…Aggressive preemption
Aggressive preemption immediately kills a subjob so that a higher priority subjob can run instead. This preemption policy does not take into account the agenda, so any work…qb_sudo_admin($user, $job)
possible since the Qube! administrator is allowed to create control over jobs based upon any property of the job. Such as the job's priority or cluster values. For information on how…Submitting jobs through the QubeGUI without displaying a submission dialog
"{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"…Simple Job Type front end
::genframes("1-300"); my $data = { "env" = \%env, "cmdline" = /bin/sleep . int(rand(40) + 1) }; my $job = { "name" => "Frame Job", "priority" => 1, "prototype" => "frame…qbjobinfo.pl
]"}; # # # Example 4 # # Filter using multiple filters # my $filter = { # "user" => "troy", # "priority" => 1 # }; # # # Example 5…Parameters
Basic Parameters for all Jobs: Name: name used for the job, usually artist specified. Priority: priority of the job. The lower the number means the higher the priority…Buttons
in the current submission dialog. The interface will by default use those values by default the next time the dialog is opened. This allows one to specify common fields like Priority…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…