top of page

How to set up Opencl device in Houdini

Updated: Dec 21, 2022

For whom in trouble to configure opencl in Houdini, it’s needed to write the GPU card configuration in the correct order inside houdini.env file.

The Houdini artist should use the windows shell inside Houdini to query information about the available opencl devices: Menu Windows > Shell.

The windows shell opened:

Then, the Houdini artist should type hgpuinfo -l to list all available opencl devices in the system:

The returned device list:

In this example, the artist desires to use the opencl CUDA, of course. If the artist is getting error messages when querying about the Houdini opencl configuration using the hgpuinfo -c command, then the artist needs to write the opencl configuration in the houdini.env file.

The Opencl configuration must be written in the following order: first the device type (in this example, GPU); second the hardware vendor name (in this example, NVIDIA Corporation); third the device number (in this example, 0). Note that, usually, the device number will be 0 (zero).

The Opencl configuration written in the correct order:

The Houdini artist can check if the configuration is right using the hgpuinfo -c command. If the device is listed without error messages, then the configuration is correct and the artist can use the opencl node without problems:

The result if the opencl was set up correctly:


Since you’re here…

… if this blog helps you in your 3D creations, consider to donate. In doing so, you’ll help me to post more articles related to 3D softwares and 3D creation. If you think Slick3D is worthy, please donate and make Slick3D grow with you. I Appreciate. Thanks and have wonderful creations.


And do not forget: Donation = Loving ❤

Help me to do more tutorials. Please, consider to make a donation if this content helped you.


You can click on the QR code image down below to open up the payment window or just scanned it :


Or you can use Paypal:


#gpu #opencl #Configuration #Houdini

363 views0 comments
bottom of page