Search
Page 7 of 12. Showing 116 results (0.022 seconds)
How do I setup submission-side path translation in the QubeGUI?
)', hasRange=True, canChunk=True, help='Nuke render jobtype', [b]postDialog=postDialog[/b]) ... def postDialog(cmd, jobProps): # Get a list of properties that use paths…The Simplest Test Job
what it's expected to do by opening a cmd prompt on Windows or a Terminal on OS X and simply typing set and hitting . Start the Qube! UI, and select the Submit->Tests->Test 'set…callback3.pl
job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…framesubmit.py
isn't even required to use the 'frame' concept. You can even # break up a job by steps which are atomic (or even dependent to be converted later) # # # # We need to include…Generating agendas
handle a number of ways of specifying lists of frames. Example Single frame 1 Frame range 1-100 Range by step 1-100x3 Expands to: 1, 4, 7, 10…How to upgrade a supervisor on Windows
) postgresql-pfx (for Qube 7.0 and above) You can either stop these services with the Services utility, or at the command-line if you've open a cmd prompt as "Run as Administrator…_qubeuiPanelFramesDescription 1
or the job is retried. Unblock: Remove a block from an instance. Complete: Mark this instance as complete. Interrupt: Stop this instance from processing any more work, but set…supervisor_default_security
resume 8192 0x2000 resume suspended jobs retry 16384 0x4000 retry jobs requeue 32768 0x8000 requeue jobs migrate 65536 0x10000 migrate job processes to different…framesubmit.pl
#!/usr/bin/perl # # Qube! - Example Perl Frame Submission Script # ##################################################################################### # # Licensed Materials…Python job submission with Python language callback that runs an external script on the supervisor
that behavior into an external script which can take the job ID as an argument. The following is an example of a callback that runs for every frame when the job completes. Admittedly…