Search
Page 78 of 107. Showing 1,065 results (0.011 seconds)
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…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…My job is finished but I seem to have pending subjobs
Check to see if you have host_list set as a job flag…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…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.…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…Jobtypes
Examples files for Python see attached files for commented examples of Python README bootstrap.py Categories…How do I run the same job on every host?
qbsub --flags host_list command…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…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…