Search

Search

Help

Page 3 of 20. Showing 192 results (0.006 seconds)

  1. Maya Job Submission

    Step by step instructions for submitting Maya jobs with Qube! Install the Qube! Submission UI into Maya If you want the submission menu inside of Maya (recommended…
    QubeOct 13, 2020
  2. Maya Job Submission QubeUI

    Step by step instructions for submitting Maya jobs with Qube! Install the Qube! Submission UI into Maya If you want the submission menu inside of Maya (recommended…
    QubeOct 13, 2020
  3. Maya Batch Submission QubeUI

    Step by step instructions for submitting Maya jobs with Qube! Install the Qube! Submission UI into Maya If you want the submission menu inside of Maya (recommended…
    QubeOct 13, 2020
  4. proxy_execution_mode

    Synopsis proxy_execution_mode = mode Mode sets the execution mode for the proxy, either under the submitting user, or under a single "proxy" userid. Values user: Run…
    QubeFeb 01, 2017
  5. jobsubmit-work-mail-callback.pl

    " => "done-work-self-*", "language" => "mail", "code" => "" } ], "agenda" => $frames, }; # now we submit the job. for(qb::submit($job)) { print "submitted: ", $_->{id…
    Qube / … / PerlOct 15, 2014
  6. qbusers

    group permissions --drop drop user from Qube! --submitjob permit submit job --submitcallback permit submit callback --submitglobalcallback permit…
    QubeJul 20, 2015
  7. I'm getting "file not available" errors on my Windows jobs

    will automatically try to map a) all the drives mapped on the submitting machine, and b) any additional maps specified on the submitting machine using the Configuration GUI…
    QubeAug 13, 2020
  8. Job Archive File

    an archive file when the job is submitted. These are stored in the job's job log directory (see Job Logs). However users are also allowed to create these files for use as templates…
    QubeJan 14, 2015
  9. callback4.pl

    . # ##################################################################################### # # This script is an example of how to submit a global callback # # # Note: if you get a zero length return, it's probably because your account is not # administrative…
    Qube / … / PerlOct 15, 2014
  10. cbTest_runScript.py

    , scriptPathOnSupervisor) } # append the frame's callback to the job's callback list job['callbacks'].append(cb) ######################################## # submit the job…