Search

Search

Help

Page 1 of 2. Showing 11 results (0.014 seconds)

  1. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  2. 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…
    Qube 6.4Oct 12, 2012
  3. 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…
    Qube 6.4Oct 15, 2012
  4. qbsubmit.py

    use a dict because it is cross portable with other scripting languages package['cmdline'] = 'sleep 10' job.package(package) listOfJobsToSubmit…
    Qube 6.4 / … / PythonNov 08, 2012
  5. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  6. Commandline Options

    launch submission dialog for a python 'dict' for a job. For example: "{'prototype':'cmdline', 'package':{'cmdline':'set…
    Qube 6.4May 23, 2013
  7. 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
    Qube 6.4May 10, 2013
  8. 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…
    Qube 6.4 / … / HelloworldNov 08, 2012
  9. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  10. 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…
    Qube 6.4 / … / PythonNov 08, 2012