Search
Page 20 of 40. Showing 393 results (0.013 seconds)
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…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…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…deletionCascade.py
#!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…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…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…qbstats
| | | | | display job statistics Description qbstats displays a number of job statistics. Usage qbstats [options] jobID… where JobID is one or more job IDs…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…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…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…