Search

Search

Help

Page 9 of 9. Showing 86 results (0.005 seconds)

  1. framesubmit.pl

    reference # # my $job = { # "name" => "job name", # "priority" => , # "branch" => "", # "prototype" => "job type", # "cpus" => 20 # }; # # push @list_of_jobs, $job; # # Included…
    Qube / … / PerlOct 15, 2014
  2. supervisor_default_security

    8 0x8 modify job priority without reordering the queue kill 16 0x10 kill jobs remove 32 0x20 remove jobs from the Supervisor database modify 64 0x40 modify job…
    QubeJan 05, 2015
  3. Job Structure

    . The ID is unique to the job, and serves two purposes: it helps the Supervisor keep track of each job individually, and without any other priority information, the Supervisor can…
    QubeJan 13, 2015
  4. Job Requirements

    job.pgrp job process group job.priority job priority job.label job's label job.user job's owner job.status job status job.prototype,job.type…
    QubeJan 13, 2015
  5. _qubeuiPreferencesUIDisplay

    from PFX support. Columns that can be excluded include: cluster, priority, name, label, cpus, max_cpus, data, restrictions, requirements, reservations, hosts, omithosts, groups…
    QubeFeb 08, 2021
  6. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    '] = 'cmdrange' job['cpus'] = 1 job['priority'] = 9999 # Below creates an empty package dictionary package = {} # Below instructs the Qube! GUI which submission UI…
    QubeMar 14, 2023