Search
Page 1 of 2. Showing 18 results (0.014 seconds)
qbpreempt
all the user's jobs. Options Option Description --work Preempt work (default: on) --subjob Preempt subjobs (default: on) --running Preempt…Perl API Reference
Comments Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::modify({ priority => 1, name => "hello world" }, 1002); qb::preempt Purpose Forces running…Qube 6.4-4 Release Notes
-in algorithms too, in the future). Setting the preemption mode to "mixed" allows custom algorithms to aggressively preempt a job that's already been marked to be passively…Passive preemption
Passive preemption will allow agenda items to finish before becoming preempted by higher priority subjobs. This presumes the job contains an agenda, otherwise…supervisor_verbosity
command query sync queue callback debug error warning security auth preempt memory web info license file Example supervisor_verbosity = startup,work,subjob…What is the callback language "qube?"
unblock-subjob-self block-subjob-self fail-subjob-self kill-subjob-self migrate-subjob-self preempt-subjob-self interrupt-subjob-self suspend-subjob-self resume…qb_preemptcmp($runningjob, $candidatejob, $host)
return the value 0, to use the default policy set in the supervisor_preemption_policy setting the function must return a -1. To aggressively preempt the job, the function must return…Job and Host Assignment
running jobs that this new job can preempt. Some jobs have a flag set that indicates that they can never be preempted, these are filtered out of the list. If there are preemptable jobs…How to turn off preemption
Set supervisor_preempt_policy = disabled and the supervisor will not preempt jobs either passively or aggressively.…supervisor_default_security
properties after submission preempt 128 0x80 preempt jobs block 256 0x100 block jobs and take them out of the active queue interrupt 512 0x200 interrupt jobs…