Search
Page 1 of 2. Showing 11 results (0.014 seconds)
jobSubmit07.py
+= ':00' (YY, mm, DD, HH, MM, SS) = time.localtime()[:6] startTOD = dict(zip(('H', 'M', 'S'), [int(x) for x in start.split(':') ])) nowTOD = dict(zip(('H', 'M', 'S…General Widget Hierarchy
worddav76d679c00b2103434ac0dabf5812f851.png data "properties" panel Preferences are stored under the qbPrefs.preferences Python dict (associative array) Submit dialogs add their own unique components…Launching a filled-in QubeGUI/QubeWranglerView(6.4.+) submission dialog
The QubeGUI/QubeWranglerView(6.4+) has commandline options available to directly launch a populated submission dialog. This powerful new feature allows one to have applications external to the QubeGUI launch a submission dialog directly, like from Maya, N…qbsubmit.py
use a dict because it is cross portable with other scripting languages package['cmdline'] = 'sleep 10' job.package(package) listOfJobsToSubmit…submit-agenda-timeout-job.py
(): # First, we set up the job dict as we would normally do for an # agenda-based job. Here, we're submitting a "cmdrange" job, requesting # 10 subjobs ('cpus…Commandline Options
launch submission dialog for a python 'dict' for a job. For example: "{'prototype':'cmdline', 'package':{'cmdline':'set…Preference Fields
to adjust the ordering. Double clicking on the field on the right will remove that field. The columns in the List panels can also display items in the package and other dicts…test_submit.py
': ''} # set dev to anything other than a null string to pretty-print the job and work dicts in the back end } job['prototype'] = 'helloWorld' job['name'] = 'a Hello World…submit-p-agenda-job.pl
main { # First, we set up the job dict as we would normally do for an # agenda-based job. Here, we're submitting a "cmdrange" job, requesting # 10 subjobs ('cpus…submit-p-agenda-job.py
(): # First, we set up the job dict as we would normally do for an # agenda-based job. Here, we're submitting a "cmdrange" job, requesting # 10 subjobs ('cpus') to process…