Search
Page 9 of 25. Showing 243 results (0.012 seconds)
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…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…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…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…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…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…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…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…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…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…