Search

Search

Help

Page 37 of 40. Showing 393 results (0.01 seconds)

  1. How do I submit a frame render using qbsub?

    the job naively using qbsub: qbsub -cpus 10 Render --start 1 --end 100 scene Your going to have each subjob (all 10 of them) render the whole scene from frames 1-100. Not good…
    Qube 6.4Nov 05, 2012
  2. License Resources

    , as jobs are dispatched and executed, the Supervisor continually updates the global resource counts to match. However, many sites subscribe to a single floating license server…
    Qube 6.4Nov 13, 2012
  3. QAV Menus

    and user right-click menus Submit: Provides a list of job types for submission Note: submission is controlled by WranglerView Utility: Access QubeLocker Click for further…
    Qube 6.4May 17, 2013
  4. Why do I get the GUI login window?

    service can authenticate as the submitting user in order to execute the job. The GUI window you see comes up in order to make it a little easier for the user to perform this step…
    Qube 6.4May 23, 2013
  5. Farm Layout Overview

    Details PaneThe "Properties" tab displays details about the host including the properties, resources and in-stalled job types. The "Configuration" tab [New Qube 5.5] will display all…
    Qube 6.4Oct 16, 2012
  6. Launching the QubeGUI/QubeWranglerView (6.4+)

    /qb/gui/qube.py. If using this method, it will require having the following components installed: Python (required) wxPython (required) numpy (optional, to display the job charts…
    Qube 6.4Oct 15, 2012
  7. worker_template_path

    Synopsis The template path is used to specify where the Worker should look to find the libraries/files associated with the jobs it will run. worker_template_path = path…
    Qube 6.4Dec 14, 2012
  8. bootstrap.py

    ") sys.path.append("/home/anthony/qube/src/api/python"); #load qube libs import qb # obtain input job jobarchive = "job.qja" backend = "execute.py" param = 1; if param < len(sys.argv…
    Qube 6.4 / … / PythonNov 08, 2012
  9. bootstrap.py

    os.system(frontend) if not os.path.exists(archive): print 'ERROR: archive %s not found' % archive sys.exit(1) # setup development env, load up the job
    Qube 6.4 / … / HelloworldNov 08, 2012
  10. Clients (Artist_User machines)

    . These interfaces include the QubeGUI, commandline, and some job-specific in-application interfaces.…
    Qube 6.4Oct 19, 2012