Search

Search

Help

Page 7 of 9. Showing 86 results (0.006 seconds)

  1. qb_sudo_admin($user, $job)

    policy since it allows for control over who gets jobs based upon any property of the job. Such as the job's priority or cluster values. For information on how to create a sudo…
    QubeFeb 01, 2017
  2. Glossary of Terms

    in a directory tree contain files and other folders, clusters can contain other clusters. Clusters can also contain Workers and jobs. This is the key to Qube’s priority scheme…
    QubeNov 25, 2014
  3. qbremove

    --pgrp int Remove jobs in int process group --priority int Remove jobs with int priority --cluster string Remove jobs in string cluster --cpus int…
    QubeFeb 01, 2017
  4. 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…
  5. Monitoring Jobs in the UI

    . Interrupt: Stop the job immediately, and sets the status back to pending. This is typically used when a high priority job is starved for resources - manually interrupting a lower…
    QubeOct 13, 2020
  6. supervisor_queue_algorithm

    "Perl" or "Internal") of the algorithm, and library is the actual library (path to the custom Perl algorithm file, or "cluster", "priority", or "queue" for internal built…
    QubeJan 06, 2015
  7. qb_approve_modify($oldjob, $newjob)

    be used, for example, to allow modification of a job's priority from 3000 to 100, to certain users only. Note that, qb_approve_modify() is NOT applied to request from admin users…
    QubeJul 05, 2017
  8. 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…
    QubeOct 15, 2014
  9. qbjobinfo.pl

    ]"}; # # # Example 4 # # Filter using multiple filters # my $filter = { # "user" => "troy", # "priority" => 1 # }; # # # Example 5…
    Qube / … / PerlOct 15, 2014
  10. Using Wildcards and Regular Expressions

    <= 2000" # list all my jobs with job ID between 1000 and 2000, inclusive qbjobs -expr "priority <= 100 && (status=failed || status=killed)" # list all my jobs with priority 100…
    QubeFeb 01, 2017