Search
Page 13 of 25. Showing 243 results (0.01 seconds)
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…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…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…_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…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…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…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…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…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__…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…