Search

Search

Help

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

  1. 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
  2. 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
  3. framesubmit.py

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

    if not defined will automatically be overridden with the "Priority Queuing Algorithm" defaults. Example scripts can be found the following locations: Linux: /usr/local/pfx/qube/examples…
    Qube 6.4Oct 22, 2012
  5. Package_explained.py

    data job['cpus'] = 1 # Below defines the priority the job should be submitted with job['priority'] = 9999 # Below creates an empty package…
  6. Perl API Reference

    if no query): "prototype": job type "ID": job ID "priority": job priority "user": job owner "label": job label "account": job accounting "pid": process ID "pgrp…
    Qube 6.4Oct 22, 2012
  7. qb_preemptcmp($runningjob, $candidatejob, $host)

    The format of the input parameters for jobs and hosts are standard Perl hash structures. $job = { “id” => 1000, “pid” => 1, “pgrp” => 1000, “priority” => 2, “user…
    Qube 6.4Oct 22, 2012
  8. Host Selection

    of hosts which qualify. If given a choice, a job is allowed to prefer a particular host based upon its attributes. This is established using the Qube resources and priorities defined…
    Qube 6.4Jan 08, 2013
  9. Packages

    A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple…
    Qube 6.4Oct 22, 2012
  10. framesubmit.pl

    reference # # my $job = { # "name" => "job name", # "priority" => , # "branch" => "", # "prototype" => "job type", # "cpus" => 20 # }; # # push @list_of_jobs, $job; # # Included…
    Qube 6.4 / … / PerlNov 08, 2012