ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.48k stars 281 forks source link

compilation error #152

Closed wjsjtu123 closed 4 months ago

wjsjtu123 commented 4 months ago

Compiling Fluidx3d for the first time in ubuntu 20.04 didn't report any errors, but when the computer was shut down and then started up again, the following error appeared when compiling Fluidx3d: image

ProjectPhysX commented 4 months ago

Hi @wjsjtu123,

this is when the GPU doesn't show up as OpenCL device, due to driver issues. You can try sudo usermod -a -G render $(whoami)

What hardware are you using?

Kind regards, Moritz

wjsjtu123 commented 4 months ago

Thank you very much, I have solved it, my GPU is RTX 4090