Search

Search

Help

Page 2 of 7. Showing 70 results (0.011 seconds)

  1. 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…
    Qube 6.4Apr 15, 2013
  2. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  3. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  4. callback3.pl

    job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…
    Qube 6.4 / … / PerlNov 08, 2012
  5. Submitting jobs through the QubeGUI without displaying a submission dialog

    "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"…
    Qube 6.4May 23, 2013
  6. 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…
    Qube 6.4Oct 22, 2012
  7. jobSubmit02.py

    job['prototype'] = 'cmdrange' job['requirements'] = 'host.os=linux' package = {} job['package'] = package job['package']['cmdline'] = 'sleep QB_FRAME_NUMBER…
    Qube 6.4 / … / PythonNov 08, 2012
  8. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  9. jobSubmit01.py

    qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…
    Qube 6.4 / … / PythonNov 08, 2012
  10. 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…
    Qube 6.4Oct 15, 2012