Search

Search

Help

Page 7 of 8. Showing 79 results (0.012 seconds)

  1. 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…
    Qube 6.4Oct 15, 2012
  2. 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…
    Qube 6.4Oct 12, 2012
  3. 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…
    Qube 6.4May 23, 2013
  4. 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…
    Qube 6.4Oct 12, 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. 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
    Qube 6.4Oct 15, 2012
  8. 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
  9. 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…
    Qube 6.4Nov 05, 2012
  10. framesubmit.py

    is a simple Python dictionary reference # # job = { # 'name' : 'job name', # 'priority' : , # 'branch' : '', # 'prototype…
    Qube 6.4 / … / PythonNov 08, 2012