Cores and Threads Management |
Top Previous Next |
|
Threads Maximum number of threads (cores) used by the analysis. Default is hardware-dependent, min 1, max 6 (Standard) or 32 (Pro).
Houdini will automatically limit the number of threads to the number of logical processors of your hardware. If your computer supports hyper-threading it is recommended not using more threads than physical cores, as the extra hyper-threads would usually degrade the performance of the engine. See the FAQ about hyper-threading.
The FAQ about computer responsiveness contains some tips about using the correct number of threads to improve the responsiveness of your computer while the engine is running.
When using multiple threads, the Split Depth parameter defines the minimum depth at which work will be split between cores. Default 10, min 8, max 99.
This parameter can impact the speed of the engine (nodes per second) and can be fine-tuned to get the best performance out of your hardware. The default value 10 is tuned for Intel quad-core i5/i7 systems, but on other systems it may be advantageous to increase this to 12 or 14.
To see which Split Depth value is best for your system you can use Houdini's autotune command. Run Houdini in a command window (simply by double-clicking on the executable) and type autotune followed by Enter. This command will analyze 4 positions for 30 seconds and measure the average nodes/second for Split Depth values between 10 and 18. Use the value that produces the highest average node speed in your Houdini configuration. You can set the hash size and number of threads before running the autotune command: - to set the hash size to 512 MB, type setoption name hash value 512 (alternatively in Houdini 3, type hash=512) - to set the number of threads to 3, type setoption name threads value 3 (alternatively in Houdini 3, type threads=3)
Here's an example autotune result on a Core i5-750 using 3 threads and 512 MB of hash memory:
Summary:
The highest average node speed of 5868 kN/s is obtained with the default Split Depth 10. |