Search

Search

Help

Page 78 of 107. Showing 1,065 results (0.011 seconds)

  1. In-app submission not showing up with the latest Max jobtype.

    The in-application submission not showing up with the latest Max jobtype when selecting the menu item. Also the QubeGUI launching from within Max is not working either. What's going on and how does one fix this? The new in-application submission for the 3…
    Qube 6.4Nov 05, 2012
  2. 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
  3. My job is finished but I seem to have pending subjobs

    Check to see if you have host_list set as a job flag…
    Qube 6.4Nov 05, 2012
  4. How to restrict a host to only one instance of a given kind of job, but still allow other jobs

    ', 'package': {'cmdline': 'sleep 30'}, 'kind': 'test', 'name': 'testing the job kind', 'requirements': 'not(job.kind in host.duty.kind)' } Migrated to Confluence 5.3…
    Qube 6.4May 31, 2013
  5. What directory will my job run in?

    It will run in the same directory as it was submitted in, as long as that directory is valid on the executing Worker.…
    Qube 6.4Nov 05, 2012
  6. How to limit the number of renders on a host

    The easiest thing to do is to submit your jobs with a memory reservation. The reservation will force the Supervisor to look for hosts with the requisite amount of memory before dispatching the job, and then block out (or reserve) the amount requested. Thi…
    Qube 6.4Nov 05, 2012
  7. Jobtypes

    Examples files for Python see attached files for commented examples of Python README bootstrap.py Categories…
    Qube 6.4Feb 26, 2013
  8. How do I run the same job on every host?

    qbsub --flags host_list command…
    Qube 6.4Nov 05, 2012
  9. What image formats are supported by the GUI?

    wxImage This class encapsulates a platform-independent image. An image can be created from data, or using wxBitmap::ConvertToImage. An image can be loaded from a file in a variety of formats, and is extensible to new formats via image format handlers. Fun…
    Qube 6.4Nov 05, 2012
  10. Getting GUI to work under Ubuntu

    Add to /etc/apt/source.list (this is for Gutsy Gibbon) deb http://apt.wxwidgets.org/wxpython http://apt.wxwidgets.org/wxpython gutsy-wx main Run the following to add wxwidgets pgp key: $ wget -q http://apt.wxwidgets.org/key.asc http://apt.wxwidgets.org/ke…
    Qube 6.4Nov 05, 2012