cryham / sph-cuda

Windows program implementing Smoothed Particle Hydrodynamics using CUDA and OpenGL. From 2009.

Home Page:http://cryham.tuxfamily.org/portfolio/2009-sph-cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazing!

cnarutox opened this issue · comments

Hello! What you made is really amazing!
But maybe it was finished by the CUDA version before 5.0, so I can't compile it successfully without cutil.h(CUDA 5 and later versions remove the cutil.h). After several days' hard process, I managed to load cutil.h but there appeared more questions of lib(cutil32.lib, tinyxml_STL.lib......). If possible, I hope you may transplant the project to CUDA 9.1 and VS2015. I will appreciate it very much!

Hi. Sorry, won't do. I didn't do anything with CUDA in nearly 10 years.

commented

@cnarutox I compiled this project successful , and I am doing work to restructure code in cuda 6.5. Maybe it will take sevral days. Thanks cryham a lot.