leifdk Posted October 2, 2010 Share Posted October 2, 2010 is it possible to control how many of ones proses ors Houdini have access to just to save power to be able to cook a simulation and at the same time do other stuff Quote Link to comment Share on other sites More sharing options...
graham Posted October 2, 2010 Share Posted October 2, 2010 You can pass the -j # flag to Houdini when you launch it from the command line, where # is the maximum number of processors to let it use. houdini -j 2 to let it use a maximum of 2 processors for example. Quote Link to comment Share on other sites More sharing options...
JRoberts86 Posted January 26, 2011 Share Posted January 26, 2011 (edited) You can pass the -j # flag to Houdini when you launch it from the command line, where # is the maximum number of processors to let it use. houdini -j 2 to let it use a maximum of 2 processors for example. ----------------------------------------------------------- Hi there, is it possible to define the numbers of processors used by a ROP Geometry output driver? It would be great to have a command section like on the Mantra render node or if anyone knows of a way to set up an environment variable which defines the number of processors used by Houdini. Many Thanks James Edited January 26, 2011 by JRoberts86 1 Quote Link to comment Share on other sites More sharing options...
lukeiamyourfather Posted January 28, 2011 Share Posted January 28, 2011 ----------------------------------------------------------- Hi there, is it possible to define the numbers of processors used by a ROP Geometry output driver? It would be great to have a command section like on the Mantra render node or if anyone knows of a way to set up an environment variable which defines the number of processors used by Houdini. Many Thanks James A ROP Geometry driver doesn't behave the same as Mantra. It will use as many processors as it needs or doesn't need based on what parent nodes are being cooked. For example if there's only a Point SOP then it will use just one core, or if there's a VOP SOP set to use 4 threads then it will use four cores when cooking that node. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.