Search

Search

Help

Page 9 of 25. Showing 243 results (0.013 seconds)

  1. The Simplest Test Job

    The simplest test possible is to submit a job that simply runs the "set" command, which does nothing but print out the operating system's environment variables. You can see…
    QubeOct 13, 2020
  2. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    QubeOct 13, 2020
  3. Job Priority

    Numerical Priority Jobs have a numerical priority that is assigned to them when they are submitted, and which can be changed by the user or the wrangler later. The priority…
    QubeFeb 01, 2017
  4. submit-p-agenda-job.pl

    #!/usr/bin/perl -w use strict; # This script demonstrates how to submit an agenda-based job (in this case, a # simple "cmdrange" job, with the p-agenda feature enabled, using…
    Qube / … / PerlOct 15, 2014
  5. Basic python job submission I. Single command

    To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker…
    QubeOct 13, 2020
  6. CINEMA 4D Job Submission

    Step by step instructions for submitting CINEMA 4D jobs with Qube! Install the Qube! Submission Menu Open WranglerView on the machine you are going to submit from…
    QubeOct 13, 2020
  7. 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
  8. 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
  9. 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
  10. 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