Search

Search

Help

Page 13 of 25. Showing 243 results (0.01 seconds)

  1. qbarchive

    Output a job to a Qube archive file. Description qbarchive can be used to save a job to disk instead of submitting it to the supervisor. There are two formats, binary…
    QubeNov 20, 2014
  2. Process group labels

    group ID. In order to support this, the jobs must all be submitted under the same process group ID either by submitting the jobs in the same API call, or by attaching the job…
    QubeOct 15, 2014
  3. Beginner Python submission and dependencies

    to submit a basic job Understand Job packages and what is required to submit jobs Discover how to find the required fields for job packages in the Qube! GUI Link jobs using…
    QubeFeb 01, 2017
  4. _SimpleCMD_ShotgunSubmission

    Screenshot 2017-07-07 22.00.37.png Shotgun Submission Submit All: Submit all entries in OutputPaths Upload Movie: Upload movie file in addition to setting "Path to Movie…
    QubeJul 08, 2017
  5. User's Guide

    worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube! User's Guide This User's Guide is aimed at artists who will be submitting and monitoring their own jobs. The guide…
    QubeOct 13, 2020
  6. Simple Job Type front end

    ", "branch" => "/", "cpus" => 20, "data" => $data, "work" => $frames }; my @jobs = qb::submit($job); for my $job (@jobs) { print "submitted job - id: ", $job->{id}, "\n…
    QubeOct 15, 2014
  7. Event names

    for jobs are: Event Name Event Trigger complete Job is set to complete done Job is set to complete or killed or failed submit Job has been submitted killed Job…
    QubeAug 20, 2018
  8. Triggers

    if jobB is dependent on jobA, but jobA has completed before jobB is submitted, the triggering event (the completion of jobA) will not occur again after jobB is submitted; jobB's…
    QubeFeb 01, 2017
  9. test_submit.py

    ) print 'job.qja: %s bytes' % arcSize else: submitted = qb.submit(job)[0] print 'job id: %(id)s' % submitted sys.exit() if __name__ == '__main__…
    Qube / … / HelloworldOct 15, 2014
  10. jobSubmit01_explained.py

    '] = 'hostname' # Below creates an empty list filled by the following lines of code listOfJobsToSubmit = [] # Below evaluates the jobs to be submitted and adds…