Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdb nodes cause houdini to crash #135

Closed
MeghaS94 opened this issue Mar 2, 2017 · 2 comments
Closed

vdb nodes cause houdini to crash #135

MeghaS94 opened this issue Mar 2, 2017 · 2 comments

Comments

@MeghaS94
Copy link

MeghaS94 commented Mar 2, 2017

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.

@OpenVDB-DevTeam
Copy link
Contributor

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.

@MeghaS94
Copy link
Author

MeghaS94 commented Mar 3, 2017

That worked! Thanks a lot.

swahtz added a commit to swahtz/openvdb that referenced this issue Jan 21, 2025
…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.

closes AcademySoftwareFoundation#121 closes AcademySoftwareFoundation#135
---------

Signed-off-by: Ken Museth <[email protected]>
Signed-off-by: Jonathan Swartz <[email protected]>
Co-authored-by: Ken Museth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants