Search

Search

Help

Page 20 of 40. Showing 393 results (0.013 seconds)

  1. WranglerView 6.4-3a Release Notes

    ========================= Fixes ========================= @FIX: unblocking a job in the GUI now immediately forces a re-evaluation of the job, resulting in more…
    Qube 6.4Mar 18, 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. Package_explained.py

    creates an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'Maya BatchRender (rib…
  4. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job
  5. qbjobinfo.pl

    ; ############################################################################################################################# sub example1 { # # Given no options, the qb::jobinfo routine returns all jobs in the queue. However it doesn't include # any information on subjobs…
    Qube 6.4 / … / PerlNov 08, 2012
  6. Event Model

    Qube is an even-driven queuing system. Because of this, Qube inherently tracks common job events. These include events such as when a job starts running, or when a host…
    Qube 6.4Oct 12, 2012
  7. qbstats

    | | | | | display job statistics Description qbstats displays a number of job statistics. Usage qbstats [options] jobID… where JobID is one or more job IDs…
    Qube 6.4Oct 17, 2012
  8. jobsubmit.py

    ="string", default='', metavar="FILE", help='location a job archive .xja file for use with bootstrap.py') parser.add_option("--logdir" , type="string", default='', metavar="DIR…
    Qube 6.4 / … / PyframeNov 08, 2012
  9. jobSubmit01_explained.py

    an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'python test job' # Below defines…
  10. View Menu

    Refresh - Refresh all the filtered Jobs, Hosts, and User information. Retrieves only newer information if using the MySQL direct query. Refresh Selected - Refresh only…
    Qube 6.4May 23, 2013