Search

Search

Help

Page 2 of 8. Showing 73 results (0.017 seconds)

  1. 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…
    Qube 6.4Oct 15, 2012
  2. 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…
    Qube 6.4Oct 22, 2012
  3. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  4. 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…
    Qube 6.4Oct 22, 2012
  5. 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…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  6. framesubmit.py

    # ##################################################################################### # # This script is an example of how one may create a job that uses frames # as the atomic element in a job…
    Qube 6.4 / … / PythonNov 08, 2012
  7. framesubmit.pl

    - Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX Limited Liability Corporation. 2007 # All Rights Reserved. # # US Government Users Restricted Rights - Use
    Qube 6.4 / … / PerlNov 08, 2012
  8. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  9. 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…
    Qube 6.4Oct 22, 2012
  10. 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…
    Qube 6.4Oct 18, 2012