Search
Page 7 of 8. Showing 79 results (0.012 seconds)
Job Archive File
: % qbsub –export file.xja –xml sleep 10 Submit the file into queue: % qbsub –import file.qja Submit the file and replace the priority: % qbsub –priority 10 –import file.qja View…Passive preemption
Passive preemption will allow agenda items to finish before becoming preempted by higher priority subjobs. This presumes the job contains an agenda, otherwise…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…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…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…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…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…