Skip to content

Reply To: gpu usage question

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics gpu usage question Reply To: gpu usage question

#7921
toson
Participant

I just want to confirm that I had the same problem. Commenting out “using namespace olb::util;” did the trick, I did not need any further adjustments.

Ubuntu 22.04.3 LTS
g++-10 10.5.0
nvcc V11.5.119
CUDA Version: 12.2
CUDA_ARCH 75 (Quadro RTX 5000)

I used the gpu_only.mk configuration and added the -ccbin=g++-10 option to nvcc