Reply To: Can’t compile the example
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Can’t compile the example › Reply To: Can’t compile the example
April 26, 2024 at 2:23 pm
#8533
Adrian
Keymaster
The problem is most likely that you did not fully recompile after switching from a GPU_CUDA
enabled config to the plain CPU one. Running a make clean-core
from the example resp. make clean
from the OpenLB root should fix it.