Reply To: gpu usage question
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › gpu usage question › Reply To: gpu usage question
November 20, 2023 at 11:47 am
#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