How to use my gpu to work? #213
-
I am running a problem where I have to work with 500u500u100u, the more resolution the better. But when running it is using almost 100% of my cpu, while my gpu sits idle. For this extensive work, how to allocate all my gpu and cpu? |
Beta Was this translation helpful? Give feedback.
Answered by
ProjectPhysX
Aug 15, 2024
Replies: 1 comment 4 replies
-
Hi @dipta005, the (fastest available) GPU is selected automatically by default. When you start FluidX3D, a console window will open, displaying first a list of available devices and then the device that is selected.
Kind regards, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I now see you have the simulation indeed running on the CPU. Your Nvidia GTX 1660 is not showing up as OpenCL device. Please install Nvidia's Linux driver:
sudo apt update && sudo apt upgrade -y sudo apt install -y g++ git make ocl-icd-libopencl1 ocl-icd-opencl-dev nvidia-driver-550 sudo shutdown -r now