Search
Page 3 of 7. Showing 68 results (0.032 seconds)
Basic_Dependancy.py
/qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…Renderman_demo.py
/qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…Advanced_Dependancy.py
/qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…framesubmit.pl
the Qube module # use lib "../../api/perl"; # load Qube's Perl module use qb; # # We now copy the %ENV variable # # This is so that we can delete any data in the job env which doesn't…Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters
resubmit through the GUI. #!/usr/bin/python # As in the last example, we will need the os, sys, and qb modules: import os, sys try: import qb except ImportError…execute.py
$ #====================================== import sys import os.path import inspect import traceback as tb import pprint import qb def jobSetup(): ''' get the subjob object from the supervisor ''' subjob…Advanced Dependencies
:/program files/pfx/qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main…Practical example Renderman job
import qb # Below is the main function to run in this script def main(): # ----------------Start creation of Parent Job…execute.py
import sys import pprint import subprocess import datetime import qb def initJob(): # Get the job object jobObject = qb.jobobj() # Gather and print the job object…framesubmit.py
: sys.path.append('/usr/local/pfx/qube/api/python'); import qb # # We now import the os module for the environment, and copy the dictionary. # # This is so that we can delete any…