Search

Search

Help

Page 5 of 20. Showing 192 results (0.008 seconds)

  1. Basic python job submission II. Frames

    Next, we will submit a job with frames, or, in Qube!-speak, "agenda items". #!/usr/bin/env python3 # As in the last example, we will need the os, sys, and qb modules…
    QubeOct 13, 2020
  2. VRED Job Submission

    Step by step instructions for submitting VRED jobs with Qube! Install the Qube! Submission Menu Open WranglerView on the machine you are going to submit from…
    QubeFeb 01, 2017
  3. Clarisse Job Submission

    Step by step instructions for submitting Clarisse jobs with Qube! Install the Qube! Submission Menu Open WranglerView on the machine you are going to submit from…
    QubeJul 06, 2017
  4. Execution Environment

    Job Environment By default, Qube! will execute the job in the job owner's environment as defined on the Worker. Keep in mind that the job owner may be the user who submits
    QubeJan 14, 2015
  5. 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 / … / PythonOct 15, 2014
  6. How to troubleshoot problems with drive mapping on Windows

    mapped network drives, unmap them. Be sure they are not set to remap that drive when they log back in. One can also submit a "test" job to check on the drive maps used…
    QubeOct 15, 2014
  7. Generating agendas

    on the specified list string. Submit the job. A job is essentially a reference to a hash. The hash contains a set of key-value pairs with various job parameters, as well as the pointer…
    QubeOct 15, 2014
  8. How do I set a worker up as a private or testing platform?

    the supervisor. What you want to do is to set the worker up so that it's in a certain cluster and will only accept jobs that are in that cluster, and then to submit jobs…
    QubeOct 15, 2014
  9. jobSubmit_cmdrangeOutputPaths.py

    #!/usr/bin/python # ====================================================== # Sample script: # cmdrange job submit with outputPaths # # PipelineFX, 2007…
    Qube / … / PythonOct 15, 2014
  10. qbsub

    Submit a cmdline or cmdrange job Description qbsub submits a command for the Supervisor to schedule. If the --range is specified, a job with an agenda…
    QubeFeb 01, 2017