Search

Search

Help

Page 7 of 12. Showing 116 results (0.022 seconds)

  1. 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…
    QubeOct 21, 2014
  2. 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…
    QubeOct 13, 2020
  3. callback3.pl

    job", # set the priority and cluster (not required) "priority" => 10, "cluster" => "/", "cpus" => "5", # set the job type "prototype" => "frame", # setup the package…
    Qube / … / PerlOct 15, 2014
  4. 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…
    Qube / … / PythonOct 15, 2014
  5. 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…
    QubeOct 15, 2014
  6. 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…
    QubeMay 23, 2018
  7. _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…
    QubeOct 13, 2020
  8. 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…
    QubeJan 05, 2015
  9. framesubmit.pl

    #!/usr/bin/perl # # Qube! - Example Perl Frame Submission Script # ##################################################################################### # # Licensed Materials…
    Qube / … / PerlOct 15, 2014
  10. 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…
    QubeOct 13, 2020