Search
Page 16 of 16. Showing 160 results (0.058 seconds)
How-To
for path translation How to obtain your MAC Address / HOSTid How to use job dependancies through the submission UI How to use frame chunking in the submission UI How…execute.py
*'=',) cmd = 'echo Hello World: user %s says %s at frame %s' % (subjob['user'], testString, work['name']) print 'CMD: %s' % cmd retCode = os.system(cmd) print '%s%s' % (80…System-Wide Resource Tracking
of a license across multiple instances on the same host; Nuke's nukeR and Houdini's hbatch licenses are examples of "shared per-host" licenses. If the license is "shared per-host", then you…Creating a new SimpleCmd
that returns an array of SimpleCmd instances. For testing purposes, add an if __name__ == '__main__': so the submission dialog can be launched directly by running Python _script.py. Here…Basic python job submission I. Single command
! job. This is the name that will be # displayed in the GUI and through the command line tools job['name'] = 'python test job' # Below defines how many Instances…Job Reservations
, as slots become available. Dynamic Thread Assignment When a 1+ or similar job picks up on a Worker, we don't know how many slots were available or assigned to that instance…Package_explained.py
) TUTORIAL' # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange' # Below relates to "instances" in the internal…Job Tags
in the WranglerView job submission UIs, and in the "Job" and "Running Instances" panes. They are not available for jobs submitted from ArtistView, though they can be viewed as columns in the job…_SimpleCMD_ParametersAfterEffects
by the workers. 2- content.png Composition If the comp is in the render queue already, and in a queueable state, then (only) the first queueable instance of that comp on the render…Writing Job Logs to a Network Filesystem
. These are written by the supervisor. Once the job is complete, verify that the job log directory contains at least a .out file (there will be 1 per job instance). There should probably…