Search
Page 2 of 7. Showing 70 results (0.011 seconds)
Basic python job submission II. Frames
items will be processed simultaneously. job['cpus'] = 4 # In the last example, we used the prototype 'cmdline' which implied a single # command being run on the farm…jobsubmit-work-mail-callback.pl
; # # setup the hash for the job # my $FRAME_RANGE = "1-3"; my $frames = qb::genframes($FRAME_RANGE); my $job = { "name" => "test job", # set the job type "prototype" => "cmdrange…callback1.pl
" => "/", # set the job type "prototype" => "cmdline", # setup the package data specific to the 'cmdline' job type "package" => { "cmdline" => "sleep 0" }, # # This is where…callback3.pl
job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…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…jobSubmit02.py
job['prototype'] = 'cmdrange' job['requirements'] = 'host.os=linux' package = {} job['package'] = package job['package']['cmdline'] = 'sleep QB_FRAME_NUMBER…jobArchive01.py
'); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…jobSubmit01.py
qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…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…