Search

Search

Help

Page 5 of 7. Showing 70 results (0.019 seconds)

  1. How to easily kill or remove an entire job process group

    /env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job %s' % name…
    Qube 6.4Mar 29, 2013
  2. qbrequeue

    , failed) subjobs --user string Requeue jobs for user string --type string --prototype string Requeue jobs with string type --status string Requeue jobs…
    Qube 6.4Oct 17, 2012
  3. qbblock

    --subjobrunning Block running subjob --subjobpending Block pending subjob --user string Block jobs for user string --type string --prototype string Block…
    Qube 6.4Oct 17, 2012
  4. qbbottom

    active (pending,running,blocked) jobs --user string Bottom jobs for user string --type string --prototype string Bottom jobs with string type --status string…
    Qube 6.4Oct 17, 2012
  5. qbinterrupt

    Interrupt jobs for user string --type string --prototype string Interrupt jobs with string type --status string Interrupt jobs with string status (ex. pending…
    Qube 6.4Oct 17, 2012
  6. qbjobs

    with string label -type string-prototype string Display jobs with string type --kind string Display jobs with string kind --priority int Display jobs with int…
    Qube 6.4Oct 17, 2012
  7. qbkill

    --subjobblocked Kill blocked subjobs --subjobbadlogin Kill badlogin subjobs --user string Kill jobs for user string --type string --prototype string…
    Qube 6.4Oct 17, 2012
  8. submit-agenda-timeout-job.py

    ') to process it. job = {} job['name'] = 'agenda timeout job submitted from python' job['cpus'] = 1 job['prototype'] = 'cmdrange' # our test job will run a "sleep…
    Qube 6.4 / … / PythonNov 08, 2012
  9. 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
  10. Basic dependencies

    ['name'] = 'python parent job' job['cpus'] = 2 job['prototype'] = 'cmdrange' job['requirements'] = 'host.os=linux or host.os=osx' # For the package, we'll just do…
    Qube 6.4May 24, 2013