Search
Page 2 of 8. Showing 73 results (0.017 seconds)
Submitting a Job from QubeWranglerView
One can submit or resubmit any Qube Job from the QubeGUI/QubeWranglerView(6.4+) using the Submit menu. It can run any generic commandline command, use one of the submission…Perl API Reference
Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution order queue…submit-p-agenda-job.py
['p_agenda_priority'] = 123 # (Optional) specify the number of subjobs ("cpus") to use for processing # the p-agenda items. If this is not specified, the system will assign…Simple Job Type front end
Here is an Perl example of a typical job front end that can handle a job that is based on frames. Example use lib ../api/perl; use qb; my %env = %ENV; my $frames = qb…algorithm.pm
their studio. # # To use this module: Modify the supervisor's /etc/qb.conf # # Add or change supervisor_queue_binding to: # supervisor_queue_binding = Perl # supervisor_queue_library…framesubmit.py
# ##################################################################################### # # This script is an example of how one may create a job that uses frames # as the atomic element in a job…framesubmit.pl
- Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX Limited Liability Corporation. 2007 # All Rights Reserved. # # US Government Users Restricted Rights - Use…submit-agenda-timeout-job.py
qb # This script demonstrates how to submit a job with agenda (frame) timeouts, # using a simple "cmdrange" job. # The trick is to set up a timeout value for agenda items via…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…worker_cpus
Synopsis worker_cpus = CPUs CPUs is the number of CPUs the Worker will report to the Supervisor. Example worker_cpus = 2 Defaults (all) (Automatically counts the number…