You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile openVDB4.0 houdini toolkit on houdini 15.5. I have sourced the houdini setup script and managed to compile the library, the unit tests also run. The new openVDB nodes show up in houdini, but when I use the createVDB node, houdini crashes with a memory usage error. I am able to compile and execute the examples in the openVDB cookbook with version 4. The versions of the dependencies I have used are : gnu make 3.81, and cppunit version 1.13, the rest of the libraries are as specified in the houdini HDK.
The text was updated successfully, but these errors were encountered:
Houdini 15.5 uses the OpenVDB 3 ABI (as does Houdini 16). If you're using the included makefiles, be sure to build both the OpenVDB library and the Houdini toolkit with the "abi=3" option.
…SoftwareFoundation#131)
Moved the recommended build/test/dev environments to use the conda-forge channel as their package source. This has required moving to CUDA 12.0, PyTorch 2.4.1. Also removed the NKFW tests because they were breaking in the new environment but these tests’ functionality were covered by other unit tests.
closesAcademySoftwareFoundation#121closesAcademySoftwareFoundation#135
---------
Signed-off-by: Ken Museth <[email protected]>
Signed-off-by: Jonathan Swartz <[email protected]>
Co-authored-by: Ken Museth <[email protected]>
I am trying to compile openVDB4.0 houdini toolkit on houdini 15.5. I have sourced the houdini setup script and managed to compile the library, the unit tests also run. The new openVDB nodes show up in houdini, but when I use the createVDB node, houdini crashes with a memory usage error. I am able to compile and execute the examples in the openVDB cookbook with version 4. The versions of the dependencies I have used are : gnu make 3.81, and cppunit version 1.13, the rest of the libraries are as specified in the houdini HDK.
The text was updated successfully, but these errors were encountered: